Use a more future-proof hostname in git clone dsa-puppet.git.
authorPaul Wise <pabs@debian.org>
Tue, 14 Oct 2014 02:31:23 +0000 (10:31 +0800)
committerPaul Wise <pabs@debian.org>
Tue, 14 Oct 2014 02:31:47 +0000 (10:31 +0800)
README.md

index 6193741..7dd9852 100644 (file)
--- 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