lib/vagrant-invade/template/definition.erb in vagrant-invade-0.4.7 vs lib/vagrant-invade/template/definition.erb in vagrant-invade-0.4.8
- old
+ new
@@ -6,9 +6,13 @@
<% end %>
<% if network %>
# --- Network Section ---
<%= network %>
<% end %>
+ <% if ssh %>
+ # --- SSH Section ---
+ <%= ssh %>
+ <% end %>
<% if provider %>
# --- Provider Section ---
<%= provider %>
<% end %>
<% if synced_folder %>