summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-09 13:48:57 +0200
committermh <mh@immerda.ch>2010-08-09 13:48:57 +0200
commit58062ad685e3f7e2486949113d13b44d6738d963 (patch)
tree2649513af12259cac4eafc5412701977b6e17622 /manifests/openbsd.pp
parent51231e2f4bf4990e33d5d1b098fba62286e676f0 (diff)
use correct user on openbsd
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`',