diff options
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r-- | lib/puppet.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb index a3ff166bc..289320776 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -124,8 +124,7 @@ module Puppet }, :statefile => { :default => "$statedir/state.yaml", :mode => 0660, - :owner => "$user", - :owner => "$group", + :group => "$group", :desc => "Where puppetd and puppetmasterd store state associated with the running configuration. In the case of puppetmasterd, this file reflects the state discovered through interacting |