summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp
index 7427a86..782c224 100644
--- a/manifests/openbsd.pp
+++ b/manifests/openbsd.pp
@@ -1,4 +1,7 @@
class puppet::openbsd inherits puppet::base {
+ File['puppet_config']{
+ owner => _puppet
+ }
Service['puppet']{
restart => '/bin/kill -HUP `/bin/cat /var/run/puppet/puppetd.pid`',
stop => '/bin/kill `/bin/cat /var/run/puppet/puppetd.pid`',