Displaying 1 result from an estimated 1 matches for "svc_user".
Did you mean:
sec_user
2013 Nov 01
2
Augeas JSON example?
...n a file for which some other lens applies, such 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 k...