Hi guys, Is there any functionality to negate or uninclude a class so as to stop it's resources being declared? I'm thinking along the lines of having some classes included by default, but in very select circumstances to not include it. For example, LDAP auth on all servers except the actual LDAP servers themselves.
Is the only way to do this to inherit the base class and override all it's resources to do the equivalent of "ensure => absent", then something like "if (tagged(class)) { include undo-subclass } " where needed? Thanks, -Luke -- 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.