Commit cba67b06 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

more on re-naming class

parent 6c74f43e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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'],
@@ -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'],
  }