]> git.openstreetmap.org Git - chef.git/blob - roles/xapi.rb
Add placeholder roundup cookbook & role and apply to ascalon
[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 )