Schofield
2013-Jan-23 13:25 UTC
[Puppet Users] How to apply a single class from an agent with puppet v3?
Is it possible to apply a single class in the context of the catalog to a puppet agent? The puppet run has grown lengthy and I would like to run just the puppet class I am working on. -- 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/-/2jqTPphho9AJ. 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.
jcbollinger
2013-Jan-23 17:37 UTC
[Puppet Users] Re: How to apply a single class from an agent with puppet v3?
On Wednesday, January 23, 2013 7:25:33 AM UTC-6, Schofield wrote:> > Is it possible to apply a single class in the context of the catalog to a > puppet agent? The puppet run has grown lengthy and I would like to run > just the puppet class I am working on. >The command puppet agent --tags <classname> should do about what you want. It may not be limited to just the one class (the class itself may demand otherwise), but it will exclude stuff that puppet doesn''t think is relevant to the class in question. John -- 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/-/vHOMx-pVTzIJ. 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.