aboutsummaryrefslogtreecommitdiff
path: root/share/templater/puppet
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-01 10:11:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-01 10:11:10 -0200
commita01424fd04145bed4170c18d1e61ff83b15bdd2b (patch)
treeeff97930c248631d2d524a3845f9d064d0442437 /share/templater/puppet
parente4fe6078b6cdfbf3c05e43f4333f6dea5235833d (diff)
downloadtemplater-a01424fd04145bed4170c18d1e61ff83b15bdd2b.tar.gz
templater-a01424fd04145bed4170c18d1e61ff83b15bdd2b.tar.bz2
Move BOOTSTRAP var to puppet module
Diffstat (limited to 'share/templater/puppet')
-rwxr-xr-xshare/templater/puppet/setup1
1 files changed, 1 insertions, 0 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