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