Skip to content

Instantly share code, notes, and snippets.

@shanemhansen
Created December 10, 2014 22:04
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 shanemhansen/289bc6db9f9d12fca391 to your computer and use it in GitHub Desktop.
Save shanemhansen/289bc6db9f9d12fca391 to your computer and use it in GitHub Desktop.
createdb:
cmd:
- run
- require:
- service:
- name: influxdb
- running
- name: |
curl -fsSX POST 'http://localhost:8086/db?u=root&p=root' -d '{"name": "collectd"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment