Sha256: 7f8537cdadf597d898054a17b0df4eeae4cd1201463e5ce9ed086358fa8439ca
Contents?: true
Size: 415 Bytes
Versions: 6
Compression:
Stored size: 415 Bytes
Contents
# --- 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 %>
Version data entries
6 entries across 6 versions & 1 rubygems