]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
New canonical URL
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Sep 2015 14:21:46 +0000 (11:21 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Sep 2015 14:21:52 +0000 (11:21 -0300)
Makefile
README.md
TODO.md
bin/mrconfig

index 71eb0e17503c79c6d2a901f3b736d01cdccb9264..97c4a58c998b71fce59887516a6f350e3405526e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 #
 
 CWD    = $(shell pwd)
-REPO   = git://git.sarava.org/puppet-bootstrap.git
+REPO   = git://git.fluxo.info/puppet-bootstrap.git
 PUPPET = FACTER_BOOTSTRAP_PATH="$(CWD)" puppet apply --confdir="$(CWD)" --modulepath=modules
 
 all: deps remote modules config
index b432f520d216e24260068b0206c34436a793364e..152bc41c3bff674d5d713aad54bdddbc7664df2b 100644 (file)
--- 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
diff --git a/TODO.md b/TODO.md
index 4cb5d2edcea8ee47e80529d402030e37da69fca6..d401134d9ae630c16520ed36edeb81179278efed 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -6,7 +6,6 @@ High priority
 
 - puppet: masterless:
   - keyringer/gpg integration.
-    - http://it-dev.web.cern.ch/book/cern-puppet-development-user-guide/puppet-development-work-flow-git/hiera-hierarchical-databa-1
     - https://github.com/compete/hiera_yamlgpg
     - https://github.com/crayfishx/hiera-gpg
     - https://github.com/StackExchange/blackbox
@@ -39,8 +38,8 @@ Medium priority
   - support for $dombr and $dobios on backupninja::sys for servers and physical machines.
   - sync-backups support for rsyncing from kvms / snapshots.
 - nodo: use prompt.sh from bash-prompt as a submodule.
+- common: autoload.
 - general:
-  - features/autoload: nodo, virtual, dhcp and others.
   - rollback of commits about charset.
   - switch to conf.d:
     - php ("refactor" branch), remove E_STRICT from production's error_reporting.
index d061f5bf07f460152791d9b674e9a6ff8a41a03d..dc753acc83a902c199c5d7292d458fd68de5330f 100755 (executable)
@@ -4,7 +4,7 @@
 #
 
 # Parameters
-GIT="git.sarava.org"
+GIT="git.fluxo.info"
 URL="https://$GIT/?a=project_index"
 CWD="`pwd`"
 WORK="`dirname $0`/.."