Skip to content

Instantly share code, notes, and snippets.

@raphink
Created July 29, 2015 12:26
Show Gist options
  • Save raphink/b1156f02a96f2c34410b to your computer and use it in GitHub Desktop.
Save raphink/b1156f02a96f2c34410b to your computer and use it in GitHub Desktop.
augeas_file { '/tmp/abc':
base => '/tmp/abc.base',
}
augeas { 'foo':
incl => '/tmp/abc',
lens => 'Shellvars.lns',
changes => ['set foo bar'],
}
augeas { 'hello':
incl => '/tmp/abc',
lens => 'Shellvars.lns',
changes => ['set hello world'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment