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 ( ...@@ -71,27 +71,27 @@ class aim_control (
} }
include aim_control::firewall include aim_control::firewall
#include apache include apache
include liurepo::remi include liurepo::remi
# class { 'apache::mod::php': class { 'apache::mod::php':
# package_name => 'php74', package_name => 'php74',
# php_version => '7', php_version => '7',
# } }
# include apache::mod::rewrite include apache::mod::rewrite
# package { package {
# 'php74-php-pdo': 'php74-php-pdo':
# ensure => installed; ensure => installed;
# 'php74-php-mbstring': 'php74-php-mbstring':
# ensure => installed; ensure => installed;
# 'php74-php-mysqlnd': 'php74-php-mysqlnd':
# ensure => installed; ensure => installed;
# 'php74-php-common': 'php74-php-common':
# ensure => installed; ensure => installed;
# 'php74-php': 'php74-php':
# ensure => installed; ensure => installed;
# } }
# file { '/etc/httpd/modules/libphp7.so': # file { '/etc/httpd/modules/libphp7.so':
# ensure => link, # 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