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:
Monty Taylor 2016-09-16 23:45:36 +02:00
parent 1c69c305e7
commit e7a06ed55a
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
modulepath = '{{ puppet_basemodulepath }}:{{ puppet_environment_basedir }}{{ puppet_environment }}/modules'
modulepath = '{{ puppet_environment_basedir }}{{ puppet_environment }}/modules'