app Ruby Type: String | Default Value: The resource block's name allow_untrusted Ruby Type: true, false | Default Value: falseĪllow installation of packages that do not have trusted certificates. Certain dmg files require acceptance of EULA before mounting. The dmg_package resource has the following properties: accept_eula Ruby Type: true, false | Default Value: false Or is queued up to run at the end of a Chef Infra Client run.
Once notified, this resource block either runs immediately (default) :nothing This resource block does not act unless notified by another resource to The dmg_package resource has the following actions: :install Installs the application. accept_eula, allow_untrusted, app, checksum, destination, dmg_name, dmg_passphrase, file, headers, owner, package_id, source, type, and volumes_dir are the properties available to this resource.action identifies which steps Chef Infra Client will take to bring the node into the desired state.name is the name given to the resource block.Volumes_dir String # default value: The value passed for the application name.Īction Symbol # defaults to :install if not specified end Accept_eula true, false # default value: falseĪllow_untrusted true, false # default value: falseĪpp String # default value: 'name' unless specifiedĭestination String # default value: '/Applications'ĭmg_name String # default value: The value passed for the application name.