summaryrefslogtreecommitdiff
path: root/lib/chef/resource/macos_userdefaults.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the canonical DSLLamont Granquist2020-03-031-2/+1
* Convert more resources to unified_modeLamont Granquist2020-02-211-2/+6
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-16/+16
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Add skip_docs and default_description to resource propertiesdocumentation_enhancementsTim Smith2018-10-281-1/+2
* Update description fields from the docs sitedescriptionsTim Smith2018-10-261-5/+5
* Add additional resource descriptionsTim Smith2018-09-061-4/+2
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-2/+2
* fix improper boolean to int conversionErik Gomez2018-04-051-2/+2
* macos_userdefaults: Fix 2 failuresTim Smith2018-03-291-1/+18
* Update release notes and resources to matchTim Smith2018-03-271-4/+3
* Updates from the reviewmisc_resourceTim Smith2018-03-041-16/+8
* Add more description fields, style fixes, add missing requiresTim Smith2018-03-041-2/+1
* Load the current value properly in the resourceTim Smith2018-02-201-15/+10
* Properly coerce the various boolean inputs for state checkingTim Smith2018-02-201-3/+11
* Turns out the cookbook docs were wrong and domain isn't a name_propertyTim Smith2018-02-201-1/+1
* Add resource documentation and fix some propertiesTim Smith2018-02-201-8/+49
* Add macos_user_defaults resource from mac_os_x cookbookTim Smith2018-02-201-0/+82