mackerel追加するときにはまったのでメモ
berkshelf2系での書き方です。
3系の人はこっちです!!
https://github.com/opscode-cookbooks/yum
recipe/default.rb
yum_repository "mackerel" do
description "mackerel-agent"
url 'http://yum.mackerel.io/centos/$basearch'
key 'https://mackerel.io/assets/files/GPG-KEY-mackerel'
action :create
end
これでok