diff options
author | mh <mh@immerda.ch> | 2010-08-09 13:53:41 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-09 13:53:41 +0200 |
commit | 3523cd025de64feb3a8b5fc2e3b100a2012f4fc0 (patch) | |
tree | 07d3f884322a7544d6351258da79027b4938503f /manifests | |
parent | 58062ad685e3f7e2486949113d13b44d6738d963 (diff) |
quote special username
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`', |