Defined path in puppet.conf for OpenBSD clients.

Needed atleast by facter to find dmidecode and lspci under /usr/local.
This commit is contained in:
Ossi Salmi 2010-06-15 17:26:13 +03:00 committed by Timo Mkinen
parent dbd2b7ec32
commit ff400fbbfb

View file

@ -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