config.vm.define "<%= machine_name %>" do |<%= machine_name %>| <% if vm %> # --- VM Section --- <%= vm %> <% end %> <% if network %> # --- Network Section --- <%= network %> <% end %> <% if provider %> # --- Provider Section --- <%= provider %> <% end %> <% if synced_folder %> # --- Synced Folder Section --- <%= synced_folder %> <% end %> <% if provision %> # --- Provision Section --- <%= provision %> <% end %> <% if plugin %> # --- Plugin Section <%= plugin %> <% end %> end