summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2014-10-17 13:54:43 +0200
committerLeif Johansson <leifj@sunet.se>2014-10-17 13:54:43 +0200
commitceb135f0005ad9df13de3874b43b19af40e75b8d (patch)
treed896b456d7dd3245227f3ad650163d95938da251 /global
parentb9929c036b816b4e749a3ee9943c16214081168d (diff)
backwards compat for older puppetsunet-ops-2014-10-17-v06
Diffstat (limited to 'global')
-rw-r--r--global/overlay/etc/puppet/puppet.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/puppet.conf b/global/overlay/etc/puppet/puppet.conf
index bb8cee6..0974241 100644
--- a/global/overlay/etc/puppet/puppet.conf
+++ b/global/overlay/etc/puppet/puppet.conf
@@ -10,7 +10,8 @@ node_terminus = exec
external_nodes = /etc/puppet/cosmos_enc.py
# We must add /etc/puppet/cosmos-modules to basemodulepath in order for Puppet to find
# the hiera-gpg backend. If the backend isn't found - *everything* breaks. Puppet 3.7.1.
-basemodulepath = /etc/puppet/modules:/etc/puppet/cosmos-modules:/usr/share/puppet/modules
+basemodulepath = /etc/puppet/cosmos-modules:/etc/puppet/modules:/usr/share/puppet/modules
+modulepath = /etc/puppet/cosmos-modules:/etc/puppet/modules:/usr/share/puppet/modules
config_version = /etc/puppet/cosmos_config_version
[master]