Issue #2068 has been updated by immerda.

in my opinion this is the expected behavior, not?
You either want to ensure this version or not. If your described behavior is 
really wished, then ensure could look like:

<pre>
package{'something':
    ensure => '>=1.0',
}
</pre>

However this would have to be implemented and I see many problems coming, due 
to all the different versioning schemes... :/
----------------------------------------
Bug #2068: Specifying version in package resource causes Gentoo systems to 
downgrade to that version
http://projects.reductivelabs.com/issues/2068

Author: harisekhon
Status: Unreviewed
Priority: Urgent
Assigned to: 
Category: package
Target version: 
Complexity: Unknown
Affected version: 0.24.7
Keywords: 


package { "something":
    ensure => "1.0"
}

causes Gentoo systems to try to emerge =something-1.0 instead of just ensure 
that the version is at least 1.0, so if you have 1.5 installed, you go back 
down to 1.0.

This is bad and can completely destabilize your system or cause other problem.


----------------------------------------
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://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---

Reply via email to