aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-07-29 15:17:03 +0200
committerGuido Günther <agx@sigxcpu.org>2011-07-29 15:22:19 +0200
commita9aa685bad3baeedd6298ffded405acca95a1ad3 (patch)
treea4431d1ed332339ec4e9a4643e05080aa2fcbc83
parent4431296f58edb533fab0fb067bc33814c9186997 (diff)
Add README
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ff1a664
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+pre-commit: git pre commit hook to check syntax of puppet manifest, erb and
+ ruby functions. Useful to check syntax when committing in your
+ local repo.
+update: git update hook to check syntax of puppet manifest, erb and ruby.
+ Useful to reject pushs with broken syntax on the server.
+
+To use the hooks copy (or symlink) it into your .git/hooks including the
+puppethooks/ dir.
+
+Report bugs to Guido Günther <agx@sigxcpu.org>