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

Merge branch 'update_init' into 'devel'

Uncommented apache and php configs

See merge request !44
parents 5917ad9b ef08f945
No related branches found
No related tags found
3 merge requests!67Test,!66Devel,!44Uncommented apache and php configs
Pipeline #131189 passed
......@@ -71,27 +71,27 @@ class aim_control (
}
include aim_control::firewall
#include apache
include apache
include liurepo::remi
# class { 'apache::mod::php':
# package_name => 'php74',
# php_version => '7',
# }
# include apache::mod::rewrite
# package {
# 'php74-php-pdo':
# ensure => installed;
# 'php74-php-mbstring':
# ensure => installed;
# 'php74-php-mysqlnd':
# ensure => installed;
# 'php74-php-common':
# ensure => installed;
# 'php74-php':
# ensure => installed;
# }
class { 'apache::mod::php':
package_name => 'php74',
php_version => '7',
}
include apache::mod::rewrite
package {
'php74-php-pdo':
ensure => installed;
'php74-php-mbstring':
ensure => installed;
'php74-php-mysqlnd':
ensure => installed;
'php74-php-common':
ensure => installed;
'php74-php':
ensure => installed;
}
# file { '/etc/httpd/modules/libphp7.so':
# ensure => link,
......
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