projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8801de2
)
And reload puppet when it's config changes - maybe all the puppet config
author
Stephen Gran
<steve@lobefin.net>
Tue, 24 Feb 2009 16:59:56 +0000
(16:59 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 24 Feb 2009 16:59:56 +0000
(16:59 +0000)
stuff should go out into a seperate module, but we'll get there.
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
0b3c6cb
..
f01882c
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-57,6
+57,11
@@
class debian-org {
group => root,
mode => 644,
ensure => file,
- source => "puppet:///files/etc/puppet/puppet.conf";
+ source => "puppet:///files/etc/puppet/puppet.conf",
+ notify => Exec["exim4 reload"];
+ }
+ exec { "puppet reload":
+ path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
+ refreshonly => true,
}
}