diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-01 10:11:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-01 10:11:10 -0200 |
commit | a01424fd04145bed4170c18d1e61ff83b15bdd2b (patch) | |
tree | eff97930c248631d2d524a3845f9d064d0442437 | |
parent | e4fe6078b6cdfbf3c05e43f4333f6dea5235833d (diff) | |
download | templater-a01424fd04145bed4170c18d1e61ff83b15bdd2b.tar.gz templater-a01424fd04145bed4170c18d1e61ff83b15bdd2b.tar.bz2 |
Move BOOTSTRAP var to puppet module
-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 |