Sha256: 7a60d1e706494497c18bb3d360177a28e8505c99232f669846071487ed7f86e5
Contents?: true
Size: 683 Bytes
Versions: 4
Compression:
Stored size: 683 Bytes
Contents
# ------- MACHINE: <%= machine_name.upcase %> ------- # 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 %> <% if nfs %> # --- NFS global settings --- # <%= nfs %> <% end %> end
Version data entries
4 entries across 4 versions & 1 rubygems