diff options
author | Linus Nordberg <linus@nordu.net> | 2017-07-28 16:30:41 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-07-28 16:30:41 +0200 |
commit | 02d31e08862e42dc2fa46f16eb4e3e5e15fc05ff (patch) | |
tree | 8b519b9cf93742f837af3961117a8ba0ba8856e8 /global/overlay/etc/puppet/puppet.conf | |
parent | b7a6f1cd5bcb8448f3978edadfdeb9f99732db5a (diff) |
Update global/overlay/etc/puppet/ from nunoc-ops.ct-ops-2017-07-28-v06
Diffstat (limited to 'global/overlay/etc/puppet/puppet.conf')
-rw-r--r-- | global/overlay/etc/puppet/puppet.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/puppet.conf b/global/overlay/etc/puppet/puppet.conf index 1f834e8..cc9e736 100644 --- a/global/overlay/etc/puppet/puppet.conf +++ b/global/overlay/etc/puppet/puppet.conf @@ -3,10 +3,14 @@ logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet -factpath=$vardir/lib/facter +# factpath is supposed to be colon-delimeted, but that does not appear to work +# (tested with 'strace -f facter --puppet something' - does not split on colon in Puppet 3.4.2). +factpath=/etc/puppet/facter node_terminus = exec external_nodes = /etc/puppet/cosmos_enc.py basemodulepath = /etc/puppet/modules:/etc/puppet/cosmos-modules:/usr/share/puppet/modules +parser = future +disable_warnings = deprecations [master] # These are needed when the puppetmaster is run by passenger |