$OpenBSD: patch-lib_puppet_defaults_rb,v 1.12 2014/09/16 06:46:37 jasper Exp $
--- lib/puppet/defaults.rb.orig	Mon Sep 15 22:33:02 2014
+++ lib/puppet/defaults.rb	Tue Sep 16 08:41:39 2014
@@ -1013,11 +1013,11 @@ EOT
 
   define_settings(:master,
     :user => {
-      :default    => "puppet",
+      :default    => "_puppet",
       :desc       => "The user puppet master should run as.",
     },
     :group => {
-      :default    => "puppet",
+      :default    => "_puppet",
       :desc       => "The group puppet master should run as.",
     },
     :manifestdir => {
@@ -1140,7 +1140,7 @@ EOT
       :desc       => "Whether the master should function as a certificate authority.",
     },
     :basemodulepath => {
-      :default => "$confdir/modules#{File::PATH_SEPARATOR}/usr/share/puppet/modules",
+      :default => "$confdir/modules#{File::PATH_SEPARATOR}${TRUEPREFIX}/share/puppet/modules",
       :type => :path,
       :desc => "The search path for **global** modules. Should be specified as a
         list of directories separated by the system path separator character. (The
