diff options
-rw-r--r-- | docs/bootstrap.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/bootstrap.md b/docs/bootstrap.md index f95baa0..bbfbb37 100644 --- a/docs/bootstrap.md +++ b/docs/bootstrap.md @@ -211,8 +211,7 @@ Gere novas chaves para os nós configurados e as envie para os nós: git init git add . - # FIXME: this needs update - repos="`lynx -dump http://git.fluxo.info/?a=project_index | awk '{ print $1 }' | grep ^puppet-`" + repos="`lynx -dump http://gitweb.fluxo.info/?a=project_index | awk '{ print $1 }' | grep ^puppet-`" for repo in $repos; do module="`basename $repo .git | sed -e s/^puppet-//`" |