diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 11:47:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 11:47:44 -0200 |
commit | 25d3c4cd2632d6ee0f57f264cf79304404cb0e3d (patch) | |
tree | bb90e20fe5c229f2501e7bd8194973f40f08d0f1 /share/hydractl | |
parent | 517f70e24ea76925bef7d52e219dbce8f014d8e4 (diff) | |
download | hydra-25d3c4cd2632d6ee0f57f264cf79304404cb0e3d.tar.gz hydra-25d3c4cd2632d6ee0f57f264cf79304404cb0e3d.tar.bz2 |
Intialization fixes
Diffstat (limited to 'share/hydractl')
-rwxr-xr-x | share/hydractl/bootstrap | 2 | ||||
-rwxr-xr-x | share/hydractl/install | 2 |
2 files changed, 2 insertions, 2 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 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 |