]> git.openstreetmap.org Git - chef.git/blob - roles/xapi.rb
Add #osm-ar, #osm-bw, #osm-cz, #osm-pt & #osm-ht to irc list
[chef.git] / roles / xapi.rb
1 name "xapi"
2 description "Role applied to all xapi servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :etienne => { :status => :user }
8     }
9   }
10 )