]> git.openstreetmap.org Git - chef.git/commitdiff
Fix tunnel names
authorTom Hughes <tom@compton.nu>
Mon, 9 May 2016 15:25:23 +0000 (16:25 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 9 May 2016 15:25:23 +0000 (16:25 +0100)
roles/grisu.rb

index bd0cb806574fa6b662158b426be04affc479079f..09e7a4e6aa9307e7a1a58ccbf18c644ed1da581c 100644 (file)
@@ -30,14 +30,14 @@ default_attributes(
   :openvpn => {
     :address => "10.0.16.5",
     :tunnels => {
-      :aws2bm => {
+      :ic2bm => {
         :port => "1194",
         :mode => "server",
         :peer => {
           :host => "ironbelly.openstreetmap.org"
         }
       },
-      :ic2bm => {
+      :aws2bm => {
         :port => "1195",
         :mode => "server",
         :peer => {