Skip to content

Instantly share code, notes, and snippets.

View Ac0lyte's full-sized avatar

Tim Ac0lyte

  • Viridos Inc.
  • La Jolla, CA
View GitHub Profile
@Ac0lyte
Ac0lyte / pre-commit
Last active August 29, 2015 14:17 — forked from fluxrad/pre-commit
#!/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