]> git.openstreetmap.org Git - chef.git/blob - roles/gps-tile.rb
Add mp3 support to Foundation wiki site
[chef.git] / roles / gps-tile.rb
1 name "gps-tile"
2 description "Role applied to all GPS tile servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :enf => { :status => :administrator },
8       :gpstile => {
9         :status => :role,
10         :members => [:enf, :tomh]
11       }
12     }
13   },
14   :apache => {
15     :ssl => {
16       :certificate => "tile.openstreetmap"
17     }
18   }
19 )
20
21 run_list(
22   "recipe[memcached]",
23   "recipe[gps-tile]"
24 )