Loading manifests/init.pp +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ class su_apache ( 'RedHat' => 'sh -c "apachectl configtest && /etc/init.d/httpd reload"', }, refreshonly => true, require => Package['apache'], } # Operating-system-specific Apache tweaks. Loading manifests/module.pp +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ define su_apache::module( exec { $cmd: command => $cmd, path => '/usr/sbin:/usr/bin', require => Package['apache'], unless => "[ $condition ]", notify => Exec['su_apache_reload']; } Loading Loading
manifests/init.pp +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ class su_apache ( 'RedHat' => 'sh -c "apachectl configtest && /etc/init.d/httpd reload"', }, refreshonly => true, require => Package['apache'], } # Operating-system-specific Apache tweaks. Loading
manifests/module.pp +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ define su_apache::module( exec { $cmd: command => $cmd, path => '/usr/sbin:/usr/bin', require => Package['apache'], unless => "[ $condition ]", notify => Exec['su_apache_reload']; } Loading