diff options
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`', |