Skip to content

Instantly share code, notes, and snippets.

@raphink
Created October 18, 2018 10:00
Show Gist options
  • Save raphink/8def5f5b3103035949cd51395996da64 to your computer and use it in GitHub Desktop.
Save raphink/8def5f5b3103035949cd51395996da64 to your computer and use it in GitHub Desktop.
$foo = Deferred('augeas::get', ["/files/etc/default/toto/FOO"])
augeas { 'add to FOO':
context => '/files/etc/default/toto',
changes => Deferred('sprintf', ["set FOO '%s,bar'", $foo])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment