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

Uncommented apache and php configs

parent 5917ad9b
No related branches found
No related tags found
3 merge requests!67Test,!66Devel,!44Uncommented apache and php configs
Pipeline #131185 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