Hi,
Without knowing exactly everything you do to deploy a new server, I would suggest make use of templates to deploy these config files you modify with seds...
Regards
--
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 puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/9726a03c-c616-45b3-99b9-837017648ef5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Without knowing exactly everything you do to deploy a new server, I would suggest make use of templates to deploy these config files you modify with seds...
1. augeas, but it depends on what application are you using. augeas only works when template available. the most common config files are built-in supported like sysctl.conf, iptables, httpd.conf. you have to write your own augeas template if you are using own apps.
4. like sysctl, httpd most apps in linux already have include functions, my suggestion is try to find if your app config can include another config file or not. if not, can you add it?