Loading manifests/conf.pp +2 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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'], } } } Loading
manifests/conf.pp +2 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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'], } } }