diff --git a/environment.conf b/environment.conf index ec1ce4e..7898103 100644 --- a/environment.conf +++ b/environment.conf @@ -1 +1,7 @@ -modulepath = site:modules:$basemodulepath +# /etc/puppetlabs/code/environments/test/environment.conf + +# Puppet Enterprise requires $basemodulepath; see note below under "modulepath". +modulepath = site:dist:modules:$basemodulepath + +# Use our custom script to get a git commit for the current state of the code: +config_version = get_environment_commit.sh