Commit b7226a43 authored by Karl Kornel's avatar Karl Kornel
Browse files

In jessie, require apache package before installing configs

parent 97593821
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
unreleased


    In jessie, install new configs after installing jessie (akkornel).

release/001.016 (2016-01-28)

+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ define apache::conf(
      ensure  => $ensure,
      source  => $source,
      content => $content,
      require => Package['apache'],
      notify  => Exec["a2enconf ${conf_id}"],
    }
    exec { "a2enconf ${conf_id}":