Skip to content
Snippets Groups Projects

Uncommented more in init

Merged Saga Norén Karlsson requested to merge update_init into devel
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -100,11 +100,11 @@ class aim_control (
@@ -100,11 +100,11 @@ class aim_control (
ensure => installed;
ensure => installed;
}
}
# file { '/etc/httpd/modules/libphp7.so':
file { '/etc/httpd/modules/libphp7.so':
# ensure => link,
ensure => link,
# target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
# before => Service['httpd'],
before => Service['httpd'],
# }
}
include profiles::letsencrypt
include profiles::letsencrypt
Loading