I hereby claim:
- I am ac0lyte on github.
- I am ac0lyte (https://keybase.io/ac0lyte) on keybase.
- I have a public key ASBDrC5U314dgMx33ziChHdyZPc9jg2Mw42LI0xGr_Wt3Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # pre-commit git hook to check the validity of a puppet manifest | |
| # | |
| # Prerequisites: | |
| # gem install puppet-lint puppet | |
| # | |
| # Install: | |
| # /path/to/repo/.git/hooks/pre-comit | |
| # Source RVM if needed |