]> git.openstreetmap.org Git - chef.git/blob - roles/kibana.rb
Merge pull request #277 from Firefishy/fully-resolve-planet-links-for-mirrors
[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 )