diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/openbsd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp index 782c224..2b51efc 100644 --- a/manifests/openbsd.pp +++ b/manifests/openbsd.pp @@ -1,6 +1,6 @@ class puppet::openbsd inherits puppet::base { File['puppet_config']{ - owner => _puppet + owner => '_puppet' } Service['puppet']{ restart => '/bin/kill -HUP `/bin/cat /var/run/puppet/puppetd.pid`', |