diff --git a/manifests/init.pp b/manifests/init.pp index b0499e80384d81108b2ee348791f751f08622160..9b709a201e51461c2520f556f508eb150e683ba3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,