Created
January 3, 2013 13:10
-
-
Save raphink/4443358 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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