]> git.openstreetmap.org Git - chef.git/blob - roles/gpx-tile.rb
Make Eric Fischer an administrator on noquiklos
[chef.git] / roles / gpx-tile.rb
1 name "gpx-tile"
2 description "Role applied to all GPX tile servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :enf => { :status => :administrator }
8     }
9   }
10 )