chef solo用の自前cookbookを更新しても反映されない
nodejs cookbookを自前cookbookで使おうとしているのですが、include_recipe "nodejs" や nodejs_npm "bower" do ... end.run(:install) などしても、どうも反映されません。
問題を突きとめるためにlogを入れても、出力されません。
site-cookbooks/my-cookbook/recipes/default.rb:
log "debug" do
message "hello there"
level :error
end
$ knife solo cook -i path/to/pem hostename