chefでパッケージのインストール、アップデート

%w{nginx mysql mysql-server php54}.each do |pkg|
  package pkg do
    action [:install, :upgrade]
  end
end