aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/bootstrap
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-19 11:47:44 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-19 11:47:44 -0200
commit25d3c4cd2632d6ee0f57f264cf79304404cb0e3d (patch)
treebb90e20fe5c229f2501e7bd8194973f40f08d0f1 /share/hydractl/bootstrap
parent517f70e24ea76925bef7d52e219dbce8f014d8e4 (diff)
downloadhydra-25d3c4cd2632d6ee0f57f264cf79304404cb0e3d.tar.gz
hydra-25d3c4cd2632d6ee0f57f264cf79304404cb0e3d.tar.bz2
Intialization fixes
Diffstat (limited to 'share/hydractl/bootstrap')
-rwxr-xr-xshare/hydractl/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/bootstrap b/share/hydractl/bootstrap
index 0d60b50..ce1d643 100755
--- a/share/hydractl/bootstrap
+++ b/share/hydractl/bootstrap
@@ -22,7 +22,7 @@ if [ "$STAGE" == "repository" ]; then
hydractl puppet-install
if [ ! -d "/etc/puppet/.git" ]; then
- rm -rf /etc/puppet && git clone git://git.sarava.org/puppet-bootstrap /etc/puppet
+ rm -rf /etc/puppet && git clone git://git.fluxo.info/puppet-bootstrap /etc/puppet
hydra_bootstrap_config /etc/puppet
chown -R puppet. /etc/puppet
fi