From 25d3c4cd2632d6ee0f57f264cf79304404cb0e3d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Oct 2015 11:47:44 -0200 Subject: Intialization fixes --- share/hydractl/bootstrap | 2 +- share/hydractl/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share/hydractl') 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 diff --git a/share/hydractl/install b/share/hydractl/install index 7eb6830..0f43b4f 100755 --- a/share/hydractl/install +++ b/share/hydractl/install @@ -22,7 +22,7 @@ hydra_config_load # Validation if [ -z "$ORIGIN" ]; then - ORIGIN="git://git.sarava.org/hydra.git" + ORIGIN="git://git.fluxo.info/hydra.git" fi # Set sudo config -- cgit v1.2.3