aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-21 11:21:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-21 11:21:52 -0300
commit0d32fa5070167f3327aab8782912b4b8c437c1f4 (patch)
tree4d358e52e4152847484be91c70f10b028b8754f3 /README.md
parent08cd5385567edc802d7cadb26e1da634704d8b50 (diff)
downloadpuppet-bootstrap-0d32fa5070167f3327aab8782912b4b8c437c1f4.tar.gz
puppet-bootstrap-0d32fa5070167f3327aab8782912b4b8c437c1f4.tar.bz2
New canonical URL
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b432f52..152bc41 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,14 @@ This is a multi-purpose but very specific puppet module which can be used:
* As the base repository for a puppet infrastructure.
* As a standalone provisioner for boxes, with Vagrant support.
-* It can be optionally used together with the Hydra Suite from https://git.sarava.org/hydra.git
+* It can be optionally used together with the Hydra Suite from https://git.fluxo.info/hydra.git
Setting up a new puppetmaster repository
----------------------------------------
You'll basically use the `bootstrap` repository as your `puppet` repository:
- git clone git://git.sarava.org/puppet-bootstrap.git puppet
+ git clone git://git.fluxo.info/puppet-bootstrap.git puppet
cd puppet && git tag -v # check integrity
make deps # install dependencies
make submodules # add all needed puppet module as as git submodules
@@ -24,7 +24,7 @@ Using as a standalone provisioner
This will be a `Vagrant` example:
cd your-project
- git clone git://git.sarava.org/puppet-bootstrap.git puppet # use submodule or subtree as you please
+ git clone git://git.fluxo.info/puppet-bootstrap.git puppet # use submodule or subtree as you please
ln -s puppet/Vagrantfile # or copy if you want to customize
( cd puppet && make modules ) # need the mr binary to download the submodules
vagrant up web # with no arguments, all defined VMs are started