diff --git a/puppet/templates/puppet.conf.erb b/puppet/templates/puppet.conf.erb index 4b9343d..d6eb211 100644 --- a/puppet/templates/puppet.conf.erb +++ b/puppet/templates/puppet.conf.erb @@ -16,6 +16,12 @@ # The default value is '$confdir/ssl'. ssldir = $vardir/ssl +<% end -%> +<% if kernel == 'OpenBSD' -%> + # The shell search path. Defaults to whatever is inherited + # from the parent process. + path = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin + <% end -%> # Enable sending reports to puppet server. report = true