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

dependency cycle issue (take 2)

parent 972b2898
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ define su_apache::module(
  exec { $cmd:
    command => $cmd,
    path    => '/usr/sbin:/usr/bin',
    require => Class['su_apache'],
    unless  => "[ $condition ]",
    notify  => Exec['su_apache_reload'];
  }