X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/90348c618e78b0003d28015b2a538a912e806e05..675ed1aad0ebb0fedd11a5e0b9416a169f635134:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index f85849e88..56989abbc 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -116,7 +116,7 @@ default_attributes( :revision => "master", :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", :cgimap_revision => "master", - :aliases => ["api06.dev.openstreetmap.org"] + :aliases => ["master.dev.osm.org","api06.dev.openstreetmap.org", "api06.dev.osm.org"] }, :tomh => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", @@ -159,6 +159,9 @@ default_attributes( } } }, + :ruby => { + :fullstaq => true + }, :sysctl => { :postgres => { :comment => "Increase shared memory for postgres",