LoginSignup
10
10

More than 5 years have passed since last update.

Chef omnibusインストーラーで特定のバージョンのchef-clientをインストールする

Last updated at Posted at 2014-02-17

最新版のchef-solo(11.10.1)で動かないcookbookがあるので、解決するまでの間は、1つ前のバージョンのchef-clientを使うことにした。以下のようにすれば、特定のバージョンのchef-clientがインストールできる。

$ CHEF_SOLO_VERSION=11.8.2
$ curl -L "https://www.getchef.com/chef/install.sh" | sudo bash -s -- -v $CHEF_SOLO_VERSION
10
10
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10