Loading manifests/debian.pp +3 −3 Original line number Diff line number Diff line Loading @@ -56,14 +56,14 @@ class su_apache::debian ( } # Set the SSL/TLS protocols and ciphers. apache::conf { 'ssl-strength.conf': su_apache::conf { 'ssl-strength.conf': ensure => present, content => template('su_apache/etc/apache2/conf.d/ssl-strength.erb'), } # Replace the default Apache security configuration file with one that # suppresses most information disclosure about the server. apache::conf { 'security.conf': su_apache::conf { 'security.conf': ensure => present, source => 'puppet:///modules/su_apache/etc/apache2/conf.d/security', require => Package['apache'], Loading @@ -71,7 +71,7 @@ class su_apache::debian ( } # Support /server-status for all virtual hosts, but only from localhost. apache::module { 'status': su_apache::module { 'status': ensure => present, require => File['/etc/apache2/mods-available/status.conf'], } Loading Loading
manifests/debian.pp +3 −3 Original line number Diff line number Diff line Loading @@ -56,14 +56,14 @@ class su_apache::debian ( } # Set the SSL/TLS protocols and ciphers. apache::conf { 'ssl-strength.conf': su_apache::conf { 'ssl-strength.conf': ensure => present, content => template('su_apache/etc/apache2/conf.d/ssl-strength.erb'), } # Replace the default Apache security configuration file with one that # suppresses most information disclosure about the server. apache::conf { 'security.conf': su_apache::conf { 'security.conf': ensure => present, source => 'puppet:///modules/su_apache/etc/apache2/conf.d/security', require => Package['apache'], Loading @@ -71,7 +71,7 @@ class su_apache::debian ( } # Support /server-status for all virtual hosts, but only from localhost. apache::module { 'status': su_apache::module { 'status': ensure => present, require => File['/etc/apache2/mods-available/status.conf'], } Loading