Displaying 1 result from an estimated 1 matches for "svc_host".
Did you mean:
src_host
2013 Nov 01
2
Augeas JSON example?
...have yet to see a single usable example. All of the augeas examples seem to demonstrate how to maintain 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"...