Skip to content

Instantly share code, notes, and snippets.

@psalaberria002
Forked from traylenator/gist:4065084
Last active August 29, 2015 14:22
Show Gist options
  • Save psalaberria002/62cbf59a99d3a121230b to your computer and use it in GitHub Desktop.
Save psalaberria002/62cbf59a99d3a121230b to your computer and use it in GitHub Desktop.
Puppet augeas Properties file
augeas{'xyz':
lens => 'Properties.lns',
incl => "/tmp/voms.service.properties",
changes => ['set "abc.def" "2345"']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment