]> git.openstreetmap.org Git - chef.git/blob - roles/kibana.rb
Use the correct ruby when delivering messages
[chef.git] / roles / kibana.rb
1 name "kibana"
2 description "Role applied to all kibana servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :kibana => { :status => :role }
8     }
9   }
10 )
11
12 run_list(
13   "recipe[kibana]"
14 )