Revert "Remove basemodulepath from environment config"

This reverts commit e7a06ed55a.

This caused the ansible apply test to fail (and therefore
potentially puppet runs from our puppetmaster).

Change-Id: I0db01d128258f78e9b196354799a80774f6c6808
This commit is contained in:
James E. Blair 2016-10-04 15:19:06 -07:00 committed by James E. Blair
parent e7a06ed55a
commit 117fd2ed43
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'