$OpenBSD: patch-lib_puppet_defaults_rb,v 1.4 2017/07/02 20:45:33 sebastia Exp $
--- lib/puppet/defaults.rb.orig	Mon May  1 19:38:34 2017
+++ lib/puppet/defaults.rb	Tue Jun 20 11:40:52 2017
@@ -1153,11 +1153,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 => {
@@ -1250,7 +1250,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
