Skip to content

Commit 572a132

Browse files
author
Tim Meusel
committed
next try against httpd
1 parent 23c8428 commit 572a132

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

manifests/master.pp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,11 @@
147147
require => File[$::puppet::params::confdir],
148148
owner => $::puppet::params::puppet_user,
149149
group => $::puppet::params::puppet_group,
150-
notify => Service[$webserver],
150+
}
151+
if $webserver != undef {
152+
file { $::puppet::params::puppet_conf:
153+
notify => Service['httpd'],
154+
}
151155
}
152156
}
153157
else {

0 commit comments

Comments
 (0)