[Puppet Users] Can I get a list of affected hosts of a class change?

2010-02-15 Thread number4
Hello puppet-users, Long-time listener, first-time caller ;) I was wondering if anyone has a good way to find all the classes and/or hosts that are affected by a change in a given module. So, say I have a module named ssh. It is inherited/included by a number of other classes. If I make a change

[Puppet Users] Re: Can I get a list of affected hosts of a class change?

2010-02-16 Thread number4
Ahh, yes. That's an angle I hadn't thought of. Thanks for the tip, Tim! I guess my only concern is relying on on a manual entry for the classes. So, if somebody creates a new class and forgets to add the register, we've lost integrity, but then again, it's a whole lot better than what I have ;) T