Skip to content

Instantly share code, notes, and snippets.

@raphink
Created January 3, 2013 13:10
Show Gist options
  • Save raphink/4443358 to your computer and use it in GitHub Desktop.
Save raphink/4443358 to your computer and use it in GitHub Desktop.
augeas {"setup some values":
incl => "/etc/rc.conf",
lens => "Shellvars.lns",
changes => [
'set key1 value1',
'set key2 value2',
# etc.
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment