summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dmg_package.rb
Commit message (Expand)AuthorAgeFilesLines
* Update descriptions and add default_description fieldsTim Smith2018-11-051-2/+2
* Fix accepting the EULA not workingTim Smith2018-10-311-2/+5
* Better detect currently installed packagesTim Smith2018-10-311-3/+3
* memoize passphrase_cmdTim Smith2018-10-311-1/+1
* Move dmg attached check out to a helper methodTim Smith2018-10-311-1/+7
* header property: Don't default to nil or accept nilTim Smith2018-10-311-2/+2
* Move more functionality to helper methods and propertiesTim Smith2018-10-311-13/+20
* Use full path to hdiutil and prevent finder opening the mounted dmg windowTim Smith2018-10-311-4/+4
* Don't rely on shelling out to grep to determine if EULA is necessaryTim Smith2018-10-311-3/+3
* Remove declare_resource usageTim Smith2018-10-311-4/+5
* Fix dmg_name to actually work the way it was meant toTim Smith2018-10-311-2/+3
* Remove logic that uniquely named the remote_file resourceTim Smith2018-10-311-2/+1
* Set desired state on several propertiesTim Smith2018-10-311-5/+6
* Add missing periods to the descriptionsTim Smith2018-10-311-2/+2
* Use current_value instead of the installed propertyTim Smith2018-10-311-8/+2
* Update description fields from the docs siteTim Smith2018-10-301-1/+1
* Add additional resource descriptionsTim Smith2018-09-061-4/+1
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-0/+1
* Fix method missing error in dmg_packageTim Smith2018-03-291-1/+1
* Update release notes and resources to matchTim Smith2018-03-271-2/+2
* Add / update descriptionsTim Smith2018-03-261-2/+2
* Update to the code from the homebrew 9.0 cookbookTim Smith2018-03-201-14/+33
* Add dmg_package, homebrew_cask, and homebrew_tap resourcesTim Smith2018-03-201-0/+142