Updated to proper paths

This commit is contained in:
Gene Liverman 2017-05-10 23:12:21 -07:00
parent b0374f7ff4
commit b77729948d
11 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1,12 @@
#!/bin/bash
if [ -e $1/$2/.r10k-deploy.json ]
then
/opt/puppetlabs/puppet/bin/ruby $1/$2/scripts/code_manager_config_version.rb $1 $2
elif [ -e /opt/puppetlabs/server/pe_version ]
then
/opt/puppetlabs/puppet/bin/ruby $1/$2/scripts/config_version.rb $1 $2
else
/usr/bin/git --version > /dev/null 2>&1 &&
/usr/bin/git --git-dir $1/$2/.git rev-parse HEAD ||
date +%s
fi