$OpenBSD: patch-lib_puppet_defaults_rb,v 1.5 2011/10/05 07:41:43 jasper Exp $
--- lib/puppet/defaults.rb.orig	Fri Sep 30 19:51:10 2011
+++ lib/puppet/defaults.rb	Tue Oct  4 23:26:25 2011
@@ -400,8 +400,8 @@ module Puppet
   )
 
   setdefaults(:master,
-    :user => ["puppet", "The user puppet master should run as."],
-    :group => ["puppet", "The group puppet master should run as."],
+    :user => ["_puppet", "The user puppet master should run as."],
+    :group => ["_puppet", "The group puppet master should run as."],
     :manifestdir => ["$confdir/manifests", "Where puppet master looks for its manifests."],
     :manifest => ["$manifestdir/site.pp", "The entry-point manifest for puppet master."],
     :code => ["", "Code to parse directly.  This is essentially only used
