]> git.openstreetmap.org Git - chef.git/blob - roles/gps-tile.rb
Enable HSTS for all apache served SSL sites
[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 )
15
16 run_list(
17   "recipe[memcached]",
18   "recipe[gps-tile]"
19 )