Is there a way to set up my system so that I can do something like this in my site.pp file:
import 'nodes/*.pp' import 'node-groups/*.pp' What I'm looking for is a way to have a node-groups/webserver.pp file which specifies the default configuration for a web server. Then, if I have a one-off web server which requires a different configuration, I can drop it into nodes/web1.pp and have that manifest be the one which is used for the named host Within the node-groups/*.pp files, nodes are specified using regexes. Within the nodes/*.pp files, they'd be specified using exact strings. I'm doing this now, but have discovered that quite often, the group manifest gets used in preference to the individual manifest. How can I reverse this behavior? Is it even possible? * * *Bret Wortman* http://damascusgrp.com/ http://about.me/wortmanbret -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
