aboutsummaryrefslogtreecommitdiff
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 or initialize the repo with 

	git init --template <path to puppet-helpers checkout>

Report bugs to Guido Günther <agx@sigxcpu.org>