]> gitweb.fluxo.info Git - rhatto/dotfiles/git.git/commitdiff
Comment on puppet syntax and tests
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Apr 2014 00:01:43 +0000 (21:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Apr 2014 00:01:43 +0000 (21:01 -0300)
git_hooks.dot.link/pre-commit/puppet

index 986ca4a2c9c4870d3f9bc595e6c6522659ebb6b1..a8f37fb73839ae24c4e89a6c74a99f946be13fa4 100755 (executable)
@@ -3,6 +3,8 @@
 #
 # Alternatives: https://gist.github.com/jumanjiman/3275053
 #               http://www.snijders-it.nl/2011/12/example-puppet-27-git-pre-commit-script.html
+#
+# See also http://puppetlabs.com/blog/verifying-puppet-checking-syntax-and-writing-automated-tests/
 
 syntax_errors=0
 error_msg=$(mktemp /tmp/error_msg.XXXXXX)