]> git.openstreetmap.org Git - chef.git/commitdiff
Disable gpximport, statistics and cleanup roles on spike-01
authorTom Hughes <tom@compton.nu>
Fri, 13 May 2016 12:44:12 +0000 (13:44 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 13 May 2016 12:44:12 +0000 (13:44 +0100)
roles/grisu.rb
roles/spike-01.rb

index 613f9f27ca9230761a1304391fc8e545ebcc7c0a..d6c149c6b9a066a8b03e99d7ddcc9ddf888d437e 100644 (file)
@@ -54,7 +54,7 @@ default_attributes(
     }
   },
   :planet => {
     }
   },
   :planet => {
-    :replication => "disabled"
+    :replication => "enabled"
   }
 )
 
   }
 )
 
index 7ac4eceaead3a90d995efe0fb12544328c0d732a..97955daf5736d9e7b9fd1b413a9ce335a36456b2 100644 (file)
@@ -42,7 +42,7 @@ run_list(
   "role[ic]",
   "role[hp-dl360-g6]",
   "role[web-frontend]",
   "role[ic]",
   "role[hp-dl360-g6]",
   "role[web-frontend]",
-  "role[web-gpximport]",
-  "role[web-statistics]",
-  "role[web-cleanup]"
+#  "role[web-gpximport]",
+#  "role[web-statistics]",
+#  "role[web-cleanup]"
 )
 )