Project

General

Profile

Actions

Feature #3121

closed

chef: allow specifying exact version for "package" LWRP

Added by Anonymous over 11 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

This lets an admin have stricter control over what versions of packages are installed; decreases the chances of accidentally running a mixed-version cluster.

This does not guard against manual apt-get runs.

This does not guarantee that the old version it's told to use is still available in the apt repo!

This might decrease the need for apt pinning.

Something like:

package 'ceph' do
  version ...fetch somehow from node/env attributes, nop if not set...
end

Actions #1

Updated by Anonymous over 11 years ago

  • Translation missing: en.field_position deleted (1)
  • Translation missing: en.field_position set to 164
Actions #2

Updated by Anonymous over 11 years ago

  • Description updated (diff)
Actions #3

Updated by Sage Weil almost 6 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF