Hai Dinh Tuan
2013-Jan-09 02:12 UTC
[Puppet Users] How to do partial update for my configurations?
Hi, I have some trouble in working with Puppet and really need your help. The situation is: I have a configuration file, with two parts: One part is need to be updated from Puppet Master. Another part is some agent-based configuration and I don''t want it to be updated from Puppet Master. I do some "exec" command in the manifest but it seems not working in order. Any other solutions?? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/62Fslhyc_FoJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ryan Coleman
2013-Jan-09 18:52 UTC
Re: [Puppet Users] How to do partial update for my configurations?
Hello, Is there a particular need to use an exec for managing your files? Have you considered using templates or managing the static files directly? Here''s a doc on templates: http://docs.puppetlabs.com/learning/templates.html If that doesn''t work for you, please be more specific as to what problem you are trying to solve and we''ll try to help. --Ryan On Tue, Jan 8, 2013 at 6:12 PM, Hai Dinh Tuan <haidinhtuan@gmail.com> wrote:> Hi, > > I have some trouble in working with Puppet and really need your help. > > The situation is: I have a configuration file, with two parts: One part is > need to be updated from Puppet Master. Another part is some agent-based > configuration and I don''t want it to be updated from Puppet Master. > > I do some "exec" command in the manifest but it seems not working in > order. > > Any other solutions?? > > Thanks in advance! > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/62Fslhyc_FoJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- Ryan Coleman | Modules & Forge | @ryanycoleman | ryancoleman in #puppet -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.