
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
2 lines
80 B
Django/Jinja
2 lines
80 B
Django/Jinja
modulepath = '{{ puppet_environment_basedir }}{{ puppet_environment }}/modules'
|