]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Configure modtile and renderd collectors
[chef.git] / roles / ascalon.rb
index ea377fb5b34ccb086ffaea2a85283341ceb474a3..9cd93e053b7cbedcf23da576ff7686fdb41e0b81 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to ascalon"
 
 default_attributes(
   :hardware => {
-    :shm_size => "18g"
+    :shm_size => "20g"
   },
   :networking => {
     :interfaces => {
@@ -34,6 +34,5 @@ default_attributes(
 
 run_list(
   "role[netalerts]",
-  "role[geodns]",
   "role[tilecache]"
 )