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

Took back liurepo::remi

parent afca699f
No related branches found
No related tags found
3 merge requests!67Test,!66Devel,!48Took back liurepo::remi
Pipeline #131298 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