]> git.openstreetmap.org Git - chef.git/blob - roles/munin.rb
Move GPX import and daily web tasks to spike-01
[chef.git] / roles / munin.rb
1 name "munin"
2 description "Role applied to all munin servers"
3
4 default_attributes(
5   :munin => {
6     :plugins => {
7       :munin_update => {
8         :contacts => "null"
9       }
10     }
11   }
12 )
13
14 run_list(
15   "recipe[munin::server]"
16 )