projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945a8d1
)
Use a more future-proof hostname in git clone dsa-puppet.git.
author
Paul Wise
<pabs@debian.org>
Tue, 14 Oct 2014 02:31:23 +0000
(10:31 +0800)
committer
Paul Wise
<pabs@debian.org>
Tue, 14 Oct 2014 02:31:47 +0000
(10:31 +0800)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/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