diff --git a/manifests/init.pp b/manifests/init.pp index 9170766ecb3b40eb136fafffd5d6e4e0f9005e2a..4cc2710b6d675310ec2b9a5d8d093a9468bb65e6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -50,7 +50,9 @@ class skadereg { } # include ::apache - # include ::apache::mod_php + # class { '::apache::mod_php' + # package_name => 'php55-php', # The PHP 5.5 package has a different name for mod_php + # } # include ::certdist # $cert = "/etc/pki/tls/certs/cert-${::fqdn}.pem"