X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/29d741d17b7f029b4313d70182cfcc6f7c333a06..5a753e9b0b3f168314666812681dee6056aa3996:/roles/fafnir.rb diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 1c5ee364f..d8e6b5b50 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -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]" )