Skip to content

Instantly share code, notes, and snippets.

@nvalentine-puppetlabs
Created October 18, 2013 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nvalentine-puppetlabs/7036421 to your computer and use it in GitHub Desktop.
Save nvalentine-puppetlabs/7036421 to your computer and use it in GitHub Desktop.
List Exported Resources via PuppetDB query
curl -G -H "Accept: application/json" 'http://localhost:8080/resources' --data-urlencode 'query=["=","exported", true]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment