Actions
Feature #21620
closedAllow version to be specified for chef omnibus bootstrap template.
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman_chef
Target version:
Difficulty:
trivial
Triaged:
Pull request:
Description
Fairly self explanitory; allow for an optional variable to specify a version of chef client to pass to the omnibus bootstrap script instead of latest.
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_chef/pull/78 added
Updated by Chris Routh about 7 years ago
Pull request #78 is in with feature.
Optional variable is chef_bootstrap_version
Script now checks for this var and if defined (at the host or global level) it will add it into the command with the -v command as per https://docs.chef.io/install_omnibus.html
Updated by Marek Hulán almost 7 years ago
- Status changed from Ready For Testing to Closed
- Pull request https://github.com/theforeman/foreman_chef/pull/82 added
- Pull request deleted (
https://github.com/theforeman/foreman_chef/pull/78)
Actions