Revert "Remove basemodulepath from environment config"

This reverts commit e7a06ed55a.

This may have caused the ansible apply test to fail (and therefore
potentially puppet runs from our puppetmaster).  It's difficult
to tell because we don't run that test on this repo.

Change-Id: I0db01d128258f78e9b196354799a80774f6c6808
This commit is contained in:
James E. Blair 2016-10-04 15:19:06 -07:00
parent e7a06ed55a
commit ca62bbca97
1 changed files with 1 additions and 1 deletions

View File

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