$OpenBSD: patch-lib_puppet_configuration_rb,v 1.1.1.1 2007/01/03 10:01:47 robert Exp $
--- lib/puppet/configuration.rb.orig	Tue Jan  2 11:27:05 2007
+++ lib/puppet/configuration.rb	Tue Jan  2 11:28:09 2007
@@ -103,8 +103,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",
