15 lines
247 B
JSON
15 lines
247 B
JSON
|
{
|
||
|
"Name": "toto",
|
||
|
"Config": {
|
||
|
"ConfigFiles": [
|
||
|
{
|
||
|
"destination": "/etc/hosts",
|
||
|
"source": "hosts.pktpl.hcl",
|
||
|
"mod": "600"
|
||
|
}
|
||
|
],
|
||
|
"AuthEnabled": false,
|
||
|
"User": "toto",
|
||
|
"Group": "grafana"
|
||
|
}
|
||
|
}
|