diff options
author | mh <mh@immerda.ch> | 2010-08-09 13:48:57 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-09 13:48:57 +0200 |
commit | 58062ad685e3f7e2486949113d13b44d6738d963 (patch) | |
tree | 2649513af12259cac4eafc5412701977b6e17622 /manifests | |
parent | 51231e2f4bf4990e33d5d1b098fba62286e676f0 (diff) |
use correct user on openbsd
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/openbsd.pp | 3 |
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`', |