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

Merge branch 'update_init' into 'devel'

Uncommented more in init

See merge request !49
parents d1a69f01 61f54d5f
No related branches found
No related tags found
3 merge requests!67Test,!66Devel,!49Uncommented more in init
Pipeline #131302 passed
......@@ -100,11 +100,11 @@ class aim_control (
ensure => installed;
}
# file { '/etc/httpd/modules/libphp7.so':
# ensure => link,
# target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
# before => Service['httpd'],
# }
file { '/etc/httpd/modules/libphp7.so':
ensure => link,
target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
before => Service['httpd'],
}
include profiles::letsencrypt
......
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