Issue #639 has been updated by luke.
Status changed from Needs design decision to Accepted
Assigned to changed from luke to community
Affected version set to 0.24.4
This would probably need to be done as a provider option, so you'd do something
like:
<pre>
package { foo: ensure => "1.2", options => [hold] }
</pre>
Is there another syntax you can recommend?
----------------------------------------
Feature #639: Add 'hold' feature to apt and aptitude
http://reductivelabs.com/redmine/issues/show/639
Author: micah
Status: Accepted
Priority: Normal
Assigned to: community
Category: Debian
Target version:
Complexity: Unknown
Patch: None
Affected version: 0.24.4
Keywords:
Placing a package on 'hold' will keep it from being upgraded automatically (or
even suggested to be upgraded). It would be nice if I could put a package on
hold enterprise-wide, without having to put a temporary exec statement into my
manifests and instead be able to add it to my package definition.
With aptitude you can do this with "aptitude hold <packagename>", with apt I
think you need to do "dpkg --set-selections <package> hold"
----------------------------------------
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
-~----------~----~----~----~------~----~------~--~---