Skip to content
Snippets Groups Projects

Took back liurepo::remi

Merged Saga Norén Karlsson requested to merge update_init into devel
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -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',
Loading