The issue becomes that while it would offer you a time saver in the short term, it would give you headaches later with security and as you try to expand out your puppet infrastructure, which you will have to do once you reach at the very least 50 hosts. The best solution that I could offer is you would want to publish files to a source control repository and basically have the puppetmaster populate the working copy from the copy in source control. This offers a bit of control when you try to only push out production changes to production systems, and also ensure that if you have multiple puppet masters that they will have the correct file.
On Tue, Nov 30, 2010 at 7:58 AM, gdb <g...@gregbrockman.com> wrote: > Hi, > > I'm using puppet with a centralized puppetmaster pushing config to > many client nodes. Most of the configuration files that puppet > manages are static and served via the puppet fileserver (running on > the puppetmaster). I often find myself making changes to a node's > config file, testing those changes, and then manually adding those > changes to the corresponding file on the puppetmaster. Is there any > way for me to cut out this last step? That is, does puppet have any > support for propagating config changes from a client node back to the > puppetmaster? In the case of static files, it seems that puppet has > enough information to determine which client config files should be > pushed back to the puppetmaster, so this seems at least theoretically > possible. > > Thanks, > > Greg > > -- > 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. > > -- 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.