Skip to content
Snippets Groups Projects
Commit d1a69f01 authored by Saga Norén Karlsson's avatar Saga Norén Karlsson
Browse files

Merge branch 'update_init' into 'devel'

Took back liurepo::remi

See merge request !48
parents afca699f f331560d
No related branches found
No related tags found
3 merge requests!67Test,!66Devel,!48Took back liurepo::remi
Pipeline #131299 passed
......@@ -72,7 +72,14 @@ class aim_control (
include aim_control::firewall
include apache
include aim_control::remirepo
include liurepo::remi
exec { 'enable remi-php74':
command => 'dnf module enable php:remi-7.4 -y',
path => ['/bin', '/usr/bin'],
unless => 'dnf module list php:remi-7.4 | grep -q "[e]"',
require => Class['liurepo::remi'],
}
class { 'apache::mod::php':
package_name => 'php74',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment