Chef cheat sheet: Difference between revisions

Line 18: Line 18:
Hosted Chef Server の Free 版で 5 node まで使えるので、これで勉強する。
Hosted Chef Server の Free 版で 5 node まで使えるので、これで勉強する。
  [http://www.opscode.com/hosted-chef/ Hosted Chef]
  [http://www.opscode.com/hosted-chef/ Hosted Chef]
=== client ===
client は opscode の リポジトリ の配下が楽
[http://wiki.opscode.com/display/chef/Installing+Chef+Client+on+Ubuntu+or+Debian Installing Chef Client on Ubuntu or Debian]


<syntaxhighlight>
<syntaxhighlight>
Line 26: Line 32:
</syntaxhighlight>
</syntaxhighlight>


=== Workstation ===
Workstation は事実上 gem で手管理でないとだめっぽい
[http://wiki.opscode.com/display/chef/Workstation+Setup+for+Debian+and+Ubuntu Workstation Setup for Debian and Ubuntu]
苦戦したメモ
<syntaxhighlight>
<syntaxhighlight>
ln -s /var/lib/gems /usr/lib/ruby/
ln -s /var/lib/gems /usr/lib/ruby/