From 3523cd025de64feb3a8b5fc2e3b100a2012f4fc0 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 9 Aug 2010 13:53:41 +0200 Subject: quote special username --- manifests/openbsd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`', -- cgit v1.2.3