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

- old
+ new

@@ -41,9 +41,13 @@ # @!attribute [rw] environment_path # @return [String] Path to the directory that contains environment files on the host disk. def_model_attribute :environment_path + # @!attribute [rw] environment_variables + # @return [Hash] + def_model_attribute :environment_variables + # @!attribute [rw] synced_folder_type # @return [String] The type of synced folders to use when sharing the data required for the provisioner to work properly. def_model_attribute :synced_folder_type # @!attribute [rw] synced_folder_args