Issue #10540 has been updated by Michael Stahnke. Target version changed from 2.6.x to 2.7.x
2.6.x is closed. Moving to 2.7.x ---------------------------------------- Feature #10540: Allow simplified configuration to upgrade older clients. https://projects.puppetlabs.com/issues/10540 Author: Jo Rhett Status: Investigating Priority: Normal Assignee: Kelsey Hightower Category: Target version: 2.7.x Affected Puppet version: Keywords: Branch: we are having problems with incompatibility between older clients and newer configuration syntax. (in specific, user resource system attribute was added somewhere between 2.6.6 and 2.6.11) It seems the right thing to do for older clients when they attach is to give them a very short manifest that immediately upgrades them. I'm trying to figure out how to do this. I want something like this at the top of site.pp if $puppetversion == '2.6.6' { class { upgradepuppet: } stop-parsing-here } I'd rather avoid putting all the rest of site.pp inside an else statement if I can. -- 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.
