From 58062ad685e3f7e2486949113d13b44d6738d963 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 9 Aug 2010 13:48:57 +0200 Subject: use correct user on openbsd --- manifests/openbsd.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests') 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`', -- cgit v1.2.3