Issue #4974 has been updated by Tim Nicholas. File main_tag_is_all.patch added
This patch is what I'm using to force "--tags main" to override any previous tags configuration. This isn't so much a suggested solution as the path of least resistance. ---------------------------------------- Bug #4974: Need a method of overriding config file tags specification with puppetd. http://projects.puppetlabs.com/issues/4974 Author: Tim Nicholas Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected version: 2.6.2 Keywords: Branch: Currently, so far as I can tell, if tags=x,y is specified in the /etc/puppet/puppet.conf then there is no way to override that setting to run the full manifest. You can get close under some situations with "--tags main", but that doesn't inherit upwards from the node definition. Anything defined in 'basenode' (as inherited via "node <nodename> inherits basenode {...}") doesn't get executed. There isn't any documentation of the 'main' tag, so maybe "--tags main" is behaving as it should, but there should be some way of saying 'run everything'. Options could include a special ALL tag, changing the behaviour of the 'main' tag or introducing an --alltags command line option. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
