Chef cheat sheet: Difference between revisions

Line 37: Line 37:


  [http://wiki.opscode.com/display/chef/Workstation+Setup+for+Debian+and+Ubuntu Workstation Setup for Debian and Ubuntu]
  [http://wiki.opscode.com/display/chef/Workstation+Setup+for+Debian+and+Ubuntu Workstation Setup for Debian and Ubuntu]
苦戦したメモ
<syntaxhighlight>
ln -s /var/lib/gems /usr/lib/ruby/
;; gem install knife-ec2 --ignore-dependencies
gem install knife-ec2
</syntaxhighlight>
(opscode の パッケージで構成するばあい、apt vs. gem の構図に陥るので、knife-ec2 を gem から入れる場合は '''--ignore-dependencies''' をつけたらなんとかなるかとおもったら、どうも統合管理は無理っぽい。考え中)


== my recipes ==
== my recipes ==