Skip to content

Instantly share code, notes, and snippets.

@mmarseglia
Created March 28, 2016 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmarseglia/d2e1e9e1270083e9725e to your computer and use it in GitHub Desktop.
Save mmarseglia/d2e1e9e1270083e9725e to your computer and use it in GitHub Desktop.
#!/bin/sh
find . -name "*.pp" -type f -exec puppet parser validate {} --debug \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment