Displaying 1 result from an estimated 1 matches for "svc_pass".
Did you mean:
spf_pass
2013 Nov 01
2
Augeas JSON example?
...as /etc/hosts or /etc/ssh/sshd_config.
My situation: I have a system-wide JSON file which contains a series of key-value pairs, like so:
{
"svc_host" : "server.domain.xyz" ,
"svc_port" : "12345" ,
"svc_user" : "username" ,
"svc_pass" : "password" ,
"versions" : [ "1.0" , "1.0.1" , "1.0.2" ] ,
"agent_installed" : "1383331588" ,
"comment" : "This is a gratuitous comment."
}
I know that JSON is probably not be the best format...