On 10 October 2014 13:34, Chris <[email protected]> wrote: > > Any help, suggestions, alternatives would be greatly appreciated. >
Stop using Augeas and start using templates <https://docs.puppetlabs.com/guides/templating.html> Here's an extreme example from the the most popular SSH module <https://forge.puppetlabs.com/saz/ssh> on the forge - https://github.com/saz/puppet-ssh/blob/master/templates/sshd_config.erb, although I find Garrett's easier to read if you were new to templating - https://github.com/ghoneycutt/puppet-module-ssh/blob/master/templates/sshd_config.erb John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAAJLFxUJdfFy0JUrQNV%2B%2BXhqNE9hjUS6xRh29XzXKTGOeaizzA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
