Commit 6c74f43e authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

more changes for su_apache_reload

parent 2393d189
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ define su_apache::conf(
      ensure  => $ensure,
      source  => $source,
      content => $content,
      notify  => Exec['apache reload'],
      notify  => Exec['su_apache_reload'],
      require => Exec["mkparentdir ${realname}"],
    }
  } else {
@@ -74,7 +74,7 @@ define su_apache::conf(
      path        => '/usr/bin:/usr/sbin',
      refreshonly => true,
      require     => File["/etc/apache2/conf-available/$conf_id"],
      notify      => Exec['apache reload'],
      notify      => Exec['su_apache_reload'],
    }
  }
}