]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grisu.rb
Make planet redirect to https
[chef.git] / roles / grisu.rb
index e536c0f612a7ad6bbf29aa412d654dea471d5db2..ebc62416bca997cf828ce410bcba875b36d22884 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.20",
         :bond => {
-          :slaves => %w(em1 em2)
+          :slaves => %w[em1 em2]
         }
       },
       :external_ipv4 => {
@@ -52,6 +52,9 @@ default_attributes(
         }
       }
     }
+  },
+  :planet => {
+    :replication => "disabled"
   }
 )