Skip to content
Snippets Groups Projects

Uncommented apache and php configs

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