Skip to content

Instantly share code, notes, and snippets.

@traylenator
Created November 13, 2012 10:32
Show Gist options
  • Save traylenator/4065084 to your computer and use it in GitHub Desktop.
Save traylenator/4065084 to your computer and use it in GitHub Desktop.
Puppet apply augeas edit a java propeties fiels.
augeas{'xyz':
lens => 'Properties.lns',
incl => "/tmp/voms.service.properties",
changes => ['set "abc.def" "2345"']
}
@prozach
Copy link

prozach commented May 12, 2016

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment