summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-09 13:53:41 +0200
committermh <mh@immerda.ch>2010-08-09 13:53:41 +0200
commit3523cd025de64feb3a8b5fc2e3b100a2012f4fc0 (patch)
tree07d3f884322a7544d6351258da79027b4938503f
parent58062ad685e3f7e2486949113d13b44d6738d963 (diff)
quote special username
-rw-r--r--manifests/openbsd.pp2
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`',