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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to