summaryrefslogtreecommitdiff
path: root/lib/chef/resource/macos_userdefaults.rb
Commit message (Expand)AuthorAgeFilesLines
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-151-2/+2
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Update lib/chef/resource/macos_userdefaults.rb macos_userdefaultsTim Smith2020-07-211-1/+1
* Update lib/chef/resource/macos_userdefaults.rb Tim Smith2020-07-211-1/+1
* Simplify the shell_out usageTim Smith2020-07-211-15/+3
* Make sure we can compare keys in dictsTim Smith2020-07-211-1/+2
* Add testing of :delete action and fix failuresTim Smith2020-07-211-2/+3
* Clarify our magic. There's less than beforeTim Smith2020-07-201-1/+1
* Make key part of the desired state so we can handle new keysTim Smith2020-07-201-4/+8
* Prevent failures when the key doesn't existTim Smith2020-07-201-1/+5
* Add specs and squash bugs that showed upTim Smith2020-07-201-4/+36
* Enforce inputs to the type propertyTim Smith2020-07-201-0/+1
* Avoid failures if the host was named "current" and add some more testsTim Smith2020-07-201-6/+7
* Improve examples a bitTim Smith2020-07-201-5/+4
* Avoid spellcheck complaintTim Smith2020-07-201-3/+3
* Avoid passing around the action we're inTim Smith2020-07-201-8/+8
* Fix a few failuresTim Smith2020-07-201-2/+3
* Use concat in another placeTim Smith2020-07-201-5/+17
* Concat to avoid a flattenTim Smith2020-07-201-4/+4
* Remove the now unused coerce methodTim Smith2020-07-201-10/+0
* Make sure to require plist since we use it hereTim Smith2020-07-201-0/+1
* Trade a bit of memory for slightly slower debug runsTim Smith2020-07-201-6/+4
* WIP: Delete actionTim Smith2020-07-201-28/+39
* use default export to load current valueTim Smith2020-07-201-33/+24
* Avoid one failure condition with booleansTim Smith2020-07-201-1/+2
* Add new current_host_level propertyTim Smith2020-07-201-3/+12
* Update comment to reflect actual formatTim Smith2020-07-201-1/+1
* Parse out the data structure to build current_resourceTim Smith2020-07-201-4/+31
* Work entirely in arrays and make sure we single quote all valuesTim Smith2020-07-201-11/+10
* Fail if we can't set the defaultsTim Smith2020-07-201-2/+2
* Quote non dict/array values to support spacesTim Smith2020-07-201-6/+11
* Switch to shellout instead of using executeTim Smith2020-07-201-3/+8
* Update description of what you need to use the sudo propertyTim Smith2020-07-201-1/+1
* Simplify logic and fix a few failuresTim Smith2020-07-201-2/+2
* Add logging and fix shellout with user propertyTim Smith2020-07-201-4/+7
* If it's an array work it like an arrayTim Smith2020-07-201-2/+2
* Don't default type to an empty stringTim Smith2020-07-201-2/+1
* updatesTim Smith2020-07-201-4/+5
* Update lib/chef/resource/macos_userdefaults.rb Tim Smith2020-07-201-1/+1
* Rework macos_userdefaults resourceTim Smith2020-07-201-42/+73
* Fix chefstyle violations.fix-ruby27-keyword-arg-warning-in-macos_userdefaultsPete Higgins2020-05-211-4/+4
* Further refactoring.Pete Higgins2020-05-211-1/+1
* Fix ruby 2.7 keyword args warning and refactor a bit.Pete Higgins2020-05-211-6/+11
* Align all our comments with the codeTim Smith2020-05-061-3/+3
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+1
* Convert more resources to unified_modeLamont Granquist2020-02-211-2/+6