Remove basemodulepath from environment config
We want the env specific modules to be used first then fall back onto the normal base module path for any modules missing from the environment. This means you can test local changes without having a complete set of modules in your env. Change-Id: I2f0311400a8cf76b9793f50453e818ed4dd7e5a2
This commit is contained in:
parent
1c69c305e7
commit
e7a06ed55a
@ -1 +1 @@
|
||||
modulepath = '{{ puppet_basemodulepath }}:{{ puppet_environment_basedir }}{{ puppet_environment }}/modules'
|
||||
modulepath = '{{ puppet_environment_basedir }}{{ puppet_environment }}/modules'
|
||||
|
Loading…
x
Reference in New Issue
Block a user