summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dmg_package.rb
Commit message (Expand)AuthorAgeFilesLines
* Setup cspell to pull from our common dictionaryTim Smith2020-06-231-1/+1
* Full path -> Absolute pathTim Smith2020-06-181-1/+1
* Add more examples to resourcesTim Smith2020-04-301-1/+1
* OS X -> macOSTim Smith2020-04-301-1/+1
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-4/+7
* More resource formatting fixesTim Smith2020-04-291-11/+11
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+2
* WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-211-3/+3
* Sync over resource documentation from the docs siteTim Smith2019-10-151-1/+1
* Add more resource examples to the codebaseTim Smith2019-09-161-0/+28
* lazy procs are instance_exec in the resource alreadyLamont Granquist2019-07-051-3/+3
* Style/SymbolProcLamont Granquist2019-07-051-2/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-25/+25
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* More consist descriptions for resource name propertiesTim Smith2019-02-061-2/+2
* Allow Integers for all group / owner propertiesTim Smith2018-11-161-1/+1
* Updates from the review of #7929Tim Smith2018-11-151-1/+1
* Improve resource descriptions for documentationTim Smith2018-11-141-9/+9
* Update descriptions and add default_description fieldsTim Smith2018-10-301-2/+2
* Fix accepting the EULA not workingdmg_packageTim Smith2018-10-281-2/+5
* Better detect currently installed packagesTim Smith2018-10-281-3/+3
* memoize passphrase_cmdTim Smith2018-10-281-1/+1
* Move dmg attached check out to a helper methodTim Smith2018-10-281-1/+7
* header property: Don't default to nil or accept nilTim Smith2018-10-281-2/+2
* Move more functionality to helper methods and propertiesTim Smith2018-10-281-13/+20
* Use full path to hdiutil and prevent finder opening the mounted dmg windowTim Smith2018-10-281-4/+4
* Don't rely on shelling out to grep to determine if EULA is necessaryTim Smith2018-10-281-3/+3
* Remove declare_resource usageTim Smith2018-10-271-4/+5
* Fix dmg_name to actually work the way it was meant toTim Smith2018-10-271-2/+3
* Remove logic that uniquely named the remote_file resourceTim Smith2018-10-271-2/+1
* Set desired state on several propertiesTim Smith2018-10-271-5/+6
* Add missing periods to the descriptionsTim Smith2018-10-271-2/+2
* Use current_value instead of the installed propertyTim Smith2018-10-271-8/+2
* Update description fields from the docs sitedescriptionsTim Smith2018-10-261-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