Commit 0e586d66 authored by Karl Kornel's avatar Karl Kornel
Browse files

apache::debian::new: Do not install security conf until apache is installed

parent cfacc7a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ unreleased

    In jessie, install new configs after installing jessie (akkornel).
    Update Exec paths for apache commands (akkornel).
    Fix install order for security config in Debian (akkornel).

release/001.016 (2016-01-28)

+2 −0
Original line number Diff line number Diff line
@@ -74,6 +74,8 @@ class apache::debian::new(
  apache::conf { 'security.conf':
    ensure => present,
    source => 'puppet:///modules/apache/etc/apache2/conf.d/security',
    require => Package['apache'],
    notify  => Service['apache'],
  }

  # Support /server-status for all virtual hosts, but only from localhost.