Skip to content
Snippets Groups Projects

Test

Merged Nils Olof Paulsson requested to merge test into production
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -72,7 +72,14 @@ class aim_control (
@@ -72,7 +72,14 @@ class aim_control (
include aim_control::firewall
include aim_control::firewall
include apache
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':
class { 'apache::mod::php':
package_name => 'php74',
package_name => 'php74',
Loading