Sha256: 353f7bdb8184314e1144803d102bf933270b0e3672a1e16ac0517eddd1bde1b1
Contents?: true
Size: 399 Bytes
Versions: 7
Compression:
Stored size: 399 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
7 entries across 7 versions & 1 rubygems