$OpenBSD: patch-lib_puppet_defaults_rb,v 1.2 2016/05/30 11:18:22 jasper Exp $
--- lib/puppet/defaults.rb.orig	Fri May 20 18:31:46 2016
+++ lib/puppet/defaults.rb	Mon May 30 13:17:05 2016
@@ -1109,11 +1109,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.",
     },
     :default_manifest => {
@@ -1206,7 +1206,7 @@ EOT
       :desc       => "File that provides mapping between custom SSL oids and user-friendly names"
     },
     :basemodulepath => {
-      :default => "$codedir/modules#{File::PATH_SEPARATOR}/opt/puppetlabs/puppet/modules",
+      :default => "$codedir/modules#{File::PATH_SEPARATOR}/var/puppetlabs/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
