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:
parent
dbd2b7ec32
commit
ff400fbbfb
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue