diff options
-rwxr-xr-x | share/templater/puppet/setup | 1 | ||||
-rwxr-xr-x | templater | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/share/templater/puppet/setup b/share/templater/puppet/setup index 239a3d0..b71fbdb 100755 --- a/share/templater/puppet/setup +++ b/share/templater/puppet/setup @@ -5,6 +5,7 @@ # Parameters SHARE="$1" +BOOTSTRAP="https://git.fluxo.info/puppet-bootstrap" # Include basic functions source $SHARE/templater/functions || exit 1 @@ -23,7 +23,6 @@ BASENAME="`basename $0`" PROJECT="$1" shift MODULES="$*" -BOOTSTRAP="https://git.fluxo.info/puppet-bootstrap" CWD="`pwd`" # Set shared files location |