lib/config_builder/model/vm.rb in vagrant-config_builder-1.2.0 vs lib/config_builder/model/vm.rb in vagrant-config_builder-1.3.0

- old
+ new

@@ -91,9 +91,15 @@ # @return [Boolean] If true, vagrant will start the box on "vagrant up". # If false, vagrant must be given the box name explicitly or it will not # start. def_model_option :autostart + # @!attribute [rw] primary + # @return [Boolean] If true, the box will be the default machine used when + # a specific machine in a multi-machine environment is not specified. + # If false, vagrant must be given the box name explicitly for some commands. + def_model_option :primary + # @!attribute [rw] allowed_synced_folder_types # @return [Array<String>] def_model_attribute :allowed_synced_folder_types # @!attribute [rw] base_mac