]> git.openstreetmap.org Git - chef.git/blob - roles/gps-tile.rb
Fix typo
[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       :gpstile => :role,
8       :enf => { :status => :administrator }
9     }
10   }
11 )
12
13 run_list(
14   "recipe[memcached]",
15   "recipe[gps-tile]"
16 )