lib/vagrant-invade/template/network/forwarded_port.erb in vagrant-invade-0.4.8 vs lib/vagrant-invade/template/network/forwarded_port.erb in vagrant-invade-0.5.0
- old
+ new
@@ -1,8 +1,8 @@
-
- <%= machine_name %>.vm.network "forwarded_port"
- <% if guest %>, guest: <%= guest %><% end %>
- <% if guest_ip %>, guest_ip: <%= guest_ip %><% end %>
- <% if host %>, host: <%= host %><% end %>
- <% if host_ip %>, host_ip: <%= host_ip %><% end %>
- <% if protocol %>, protocol: <%= protocol %><% end %>
- <% if auto_correct %>, auto_correct: <%= auto_correct %><% end %>
+ # --- Network Part --- #
+ <%= machine_name %>.vm.network "forwarded_port"
+ <% if guest %>, guest: <%= guest %><% end %>
+ <% if guest_ip %>, guest_ip: <%= guest_ip %><% end %>
+ <% if host %>, host: <%= host %><% end %>
+ <% if host_ip %>, host_ip: <%= host_ip %><% end %>
+ <% if protocol %>, protocol: <%= protocol %><% end %>
+ <% if auto_correct %>, auto_correct: <%= auto_correct %><% end %>