Skip to content

Instantly share code, notes, and snippets.

@ram-devsecops
Created November 4, 2014 18:26
Show Gist options
  • Save ram-devsecops/2a2dc8b1065ecd83b70e to your computer and use it in GitHub Desktop.
Save ram-devsecops/2a2dc8b1065ecd83b70e to your computer and use it in GitHub Desktop.
{
"network": {
"servers": [ "x.x.x.x:5043" ],
"ssl key": "C://ProgramData//PuppetLabs//puppet//etc//ssl//private_keys//xxx.pem",
"ssl certificate": "C://ProgramData//PuppetLabs//puppet//etc//ssl//certs//xxx.pem",
"ssl ca": "C://ProgramData//PuppetLabs//puppet//etc//ssl//certs//ca.pem",
"timeout": 15
},
"files": [
{
"paths": [ "\\\\shareddrive\\Elmahlogs\\*"
],
"fields": {
"type": "ELMAHLog"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment