X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4a627c8181fb95edc3a7f1108293a74ec22d680b..2273b1d3a66b0c5271823fdb19a22404f1ea4c2a:/roles/noquiklos.rb diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index e532e2616..99f2a459c 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,7 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[hp-dl360-g6]", "role[gps-tile]" )