Hi out there, Is there a good way to avoid auto-requiring of resources that are in modules, which are not included for a given node? Here is an example - there is a definition of a user, lets say a service service account, which is present on all nodes for given environment and some property of that user should only be set on some of the nodes. On the rest of the nodes that user should be unmanaged. In that case I would create a separate module with single class that manages this user and include this module only in the definitions of some of the nodes. The problem is that if you mention that user in some resource, lets say file{owner}, the class managing that user gets included form the auto-require even though it is not included by the external node classifier.
Thanks Stefan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. 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.