Sha256: b2d7e37a88ad981852aa82a588196ac54c37234dca0999fd3ee1ea208aff8517

Contents?: true

Size: 552 Bytes

Versions: 6

Compression:

Stored size: 552 Bytes

Contents

config.vm.define "<%= machine_name %>" do |<%= machine_name %>|

  <% if vm %>
  <%= vm %>
  <% end %>
  <% if network %>
  <%= network %>
  <% end %>
  <% if ssh %>
    # --- SSH Part --- #
    <%= ssh %>
  <% end %>
  <% if provider %>
    # --- Provider Part --- #
<%= provider %>
  <% end %>
  <% if synced_folder %>
    # --- Synced Folder Part --- #
<%= synced_folder %>
  <% end %>
  <% if provision %>
    # --- Provision Part --- #
  <%= provision %>
  <% end %>
  <% if plugin %>
    # --- Plugin Part --- #
  <%= plugin %>
  <% end %>
  end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-invade-0.5.5 lib/vagrant-invade/template/machine.erb
vagrant-invade-0.5.4 lib/vagrant-invade/template/machine.erb
vagrant-invade-0.5.3 lib/vagrant-invade/template/machine.erb
vagrant-invade-0.5.2 lib/vagrant-invade/template/machine.erb
vagrant-invade-0.5.1 lib/vagrant-invade/template/machine.erb
vagrant-invade-0.5.0 lib/vagrant-invade/template/machine.erb