Is there a commond to list all puppet modules applied for a certain node? I tried puppet-concat (motd-register), but it is not working if some puppet module is in some run stage that is before or after "main" run stage. Is there another way to show all puppet modules to be applied for each puppet client? -- 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.
On 03/22/2011 02:51 PM, hai wu wrote:> Is there a commond to list all puppet modules applied for a certain node? > I tried puppet-concat (motd-register), but it is not working if some > puppet module is in some run stage that is before or after "main" run > stage. Is there another way to show all puppet modules to be applied > for each puppet client? > -- > 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.You could perhaps check out the classes.txt file in your $vardir (usually /var/lib/puppet). -Cody Robertson -- 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.
Our puppet agent stores classes.txt in /var/puppet/state/ ~Charles~ On Tue, Mar 22, 2011 at 1:51 PM, hai wu <haiwu.us@gmail.com> wrote:> Is there a commond to list all puppet modules applied for a certain node? > > I tried puppet-concat (motd-register), but it is not working if some puppet > module is in some run stage that is before or after "main" run stage. Is > there another way to show all puppet modules to be applied for each puppet > client? > > > > -- > 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. >-- 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.
Nice, thanks guys .. On Tue, Mar 22, 2011 at 2:05 PM, Cody Robertson <cody@hawkhost.com> wrote:> On 03/22/2011 02:51 PM, hai wu wrote: > >> Is there a commond to list all puppet modules applied for a certain node? >> I tried puppet-concat (motd-register), but it is not working if some >> puppet module is in some run stage that is before or after "main" run stage. >> Is there another way to show all puppet modules to be applied for each >> puppet client? >> -- >> 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. >> > > You could perhaps check out the classes.txt file in your $vardir (usually > /var/lib/puppet). > > -Cody Robertson > > -- > 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. > >-- 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.