]> git.openstreetmap.org Git - chef.git/blobdiff - roles/fafnir.rb
Drop hp-legacy hack
[chef.git] / roles / fafnir.rb
index 1c5ee364f5f4a7547f83afffde405d4b796d71b1..d8e6b5b5082aeb8d9afd756bc52a0b758c0ff417 100644 (file)
@@ -28,7 +28,8 @@ default_attributes(
         :port => "1194",
         :mode => "client",
         :peer => {
-          :host => "ironbelly.openstreetmap.org"
+          :host => "ironbelly.openstreetmap.org",
+          :port => "1195"
         }
       }
     }
@@ -56,5 +57,6 @@ default_attributes(
 
 run_list(
   "role[aws]",
+  "role[db-slave]",
   "recipe[openvpn]"
 )