From: Tom Hughes Date: Sun, 6 Oct 2013 14:26:26 +0000 (+0100) Subject: Make Eric Fischer an administrator on noquiklos X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1d5e5b5d549609dd853bc8e9c7176f5b7c96dca6 Make Eric Fischer an administrator on noquiklos --- diff --git a/roles/gpx-tile.rb b/roles/gpx-tile.rb new file mode 100644 index 000000000..522f6844d --- /dev/null +++ b/roles/gpx-tile.rb @@ -0,0 +1,10 @@ +name "gpx-tile" +description "Role applied to all GPX tile servers" + +default_attributes( + :accounts => { + :users => { + :enf => { :status => :administrator } + } + } +) diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index 053952796..465424116 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -21,5 +21,6 @@ default_attributes( ) run_list( - "role[ucl-internal]" + "role[ucl-internal]", + "role[gpx-tile]" )