On 01/02/10 14:55, Doug Warner wrote: > > Since it's part of my base node that every box inherits, it's pretty painful > to just ignore this one class. And as Dan said, this type of thing should be > easily doable.
Here's an alternate approach: 1. Install extlookup 2. In your base class, have something like: package{ foo: ensure => extlookup('install_foo', 'present') # rest of the definition } You can then create a file stupid_node.csv containing: install_foo,absent This will install the package "foo" on every node except stupid_node R. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.