Is there any way to have puppet push an initial configuration file, and then let local admins modify it without it being overwritten by subsequent puppet runs ?
Two examples: Push-if-not-existing: ----------------------------- I want to push a default /etc/httpd/conf.d/00-local-defaults.conf , but would like to allow the local webmaster to change it if he needs to override some defaults here. Push-if-default (maybe based on checksum) ---------------------------------------------------------------- When installing mysql, I want to overwrite the RPM-supplied /etc/ my.cnf with our default, and still let the local mysql-admin to override the defaults here. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.