Commit 2cbf2f23 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

more work

parent 6b0c3a12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ define su_apache::module(
    path    => '/usr/sbin:/usr/bin',
    require => Package['apache'],
    unless  => "[ $condition ]",
    notify  => Exec['su_apache_reload'];
  }
  #  notify  => Exec['su_apache_reload'];
}