]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ramoth.rb
Make stormfly-02 a tile cache
[chef.git] / roles / ramoth.rb
index 927c349a28f41e11b75bf13bb56e235c2882b035..0b67c085f67cf74539d88bb9bc63ec9b4c5982c0 100644 (file)
@@ -27,6 +27,9 @@ default_attributes(
       }
     }
   },
+  :hardware => {
+    :watchdog => "w83627hf_wdt"
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -61,5 +64,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[db-master]"
+  "role[db-slave]"
 )