From 8c6e8553334e07ef0b9b96886ac3f98d2cbc0c65 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Mon, 22 Apr 2024 16:51:13 -0700 Subject: [PATCH] test config_version script --- environment.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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