X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8defb695f4f953cfceccf8327798c1e7329d00f8..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/gps-tile.rb diff --git a/roles/gps-tile.rb b/roles/gps-tile.rb index 285d461de..e6a0e5ec2 100644 --- a/roles/gps-tile.rb +++ b/roles/gps-tile.rb @@ -6,7 +6,6 @@ default_attributes( :users => { :enf => { :status => :administrator }, :gpstile => { - :status => :role, :members => [:enf, :tomh] } } @@ -25,6 +24,5 @@ default_attributes( ) run_list( - "recipe[memcached]", "recipe[gps-tile]" )