Show commit version when applying puppet

- set the config_version in the environment.conf file
This commit is contained in:
Ben Vincent 2023-08-29 21:46:39 +10:00
parent ea7561a093
commit 81784f819f

View File

@ -1,2 +1,3 @@
manifest = manifests/site.pp manifest = manifests/site.pp
modulepath = external_modules:site modulepath = external_modules:site
config_version = '/usr/bin/grep signature /etc/puppetlabs/code/environments/$environment/.g10k-deploy.json | /usr/bin/cut -d \" -f 4'