Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created April 20, 2012 20:20
Show Gist options
  • Save mrpatrick/2431549 to your computer and use it in GitHub Desktop.
Save mrpatrick/2431549 to your computer and use it in GitHub Desktop.
List all puppetVar stored in ldif files - used for documenting puppetVars used
cat [LDIF_DIR]* | grep puppetVar | egrep -o ' .*=' |sort -u | sed 's/[= ]//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment