ansible-role-puppet/templates/environment.conf.j2
Monty Taylor e7a06ed55a
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
2016-10-01 08:11:13 -07:00

2 lines
80 B
Django/Jinja

modulepath = '{{ puppet_environment_basedir }}{{ puppet_environment }}/modules'