X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4a627c8181fb95edc3a7f1108293a74ec22d680b..b227b7d323f8d4a9a2f5e5693be440cdce850dc1:/roles/noquiklos.rb diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index e532e2616..4fd452acd 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -2,6 +2,9 @@ name "noquiklos" description "Master role applied to noquiklos" default_attributes( + :memcached => { + :memory_limit => 24 * 1024 + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -21,7 +24,6 @@ default_attributes( ) run_list( - "role[ucl-slough]", - "role[hp-dl360-g6]", - "role[gps-tile]" + "role[ucl]", + "role[hp-dl360-g6]" )