Skip to content

Instantly share code, notes, and snippets.

@juliandunn
Created June 19, 2012 20:52
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 juliandunn/2956486 to your computer and use it in GitHub Desktop.
Save juliandunn/2956486 to your computer and use it in GitHub Desktop.
Example structured databag
{
"id": "postfix",
"sasl": {
"servers": {
"sendgrid": {
"sasl_user": "fake",
"sasl_password": "fake"
},
"internal": {
"sasl_user": "somethingelse",
"sasl_password": "foobar"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment