From: Paul Wise Date: Tue, 14 Oct 2014 02:31:23 +0000 (+0800) Subject: Use a more future-proof hostname in git clone dsa-puppet.git. X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=c5a6f5b3147ae6cc43cc615886e995addad15cc6;hp=945a8d12f249132523dd1ec6b1dc8ce691c35b99 Use a more future-proof hostname in git clone dsa-puppet.git. --- diff --git a/README.md b/README.md index 6193741a..7dd98526 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ apt-get install puppet # >= 2.7.6 apt-get install pcregrep apt-get install puppet-lint - git clone ssh://username@handel.debian.org/srv/puppet.debian.org/git/dsa-puppet.git /path/to/local/repo + git clone ssh://username@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git /path/to/local/repo make -C /path/to/local/repo git_hooks # CRITICAL ### how to validate manifest files