openbsd-ports/sysutils/ruby-puppet/patches/patch-lib_puppet_defaults_rb
2008-04-08 01:58:39 +00:00

15 lines
716 B
Plaintext

$OpenBSD: patch-lib_puppet_defaults_rb,v 1.1 2008/04/08 01:58:39 mcbride Exp $
--- lib/puppet/defaults.rb.orig Mon Mar 17 14:24:56 2008
+++ lib/puppet/defaults.rb Mon Mar 24 18:42:21 2008
@@ -301,8 +301,8 @@ module Puppet
)
self.setdefaults(:puppetmasterd,
- :user => ["puppet", "The user puppetmasterd should run as."],
- :group => ["puppet", "The group puppetmasterd should run as."],
+ :user => ["_puppet", "The user puppetmasterd should run as."],
+ :group => ["_puppet", "The group puppetmasterd should run as."],
:manifestdir => ["$confdir/manifests",
"Where puppetmasterd looks for its manifests."],
:manifest => ["$manifestdir/site.pp",