summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | just code changes, no spec modificationsLamont Granquist2020-07-211-2/+2
|/ /
* | Replace single quotes with doubleMatt Ray2020-07-201-1/+1
* | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-151-2/+2
|\ \
| * | Update to Chefstyle 1.2 + some fixeschefstyle12Tim Smith2020-07-141-2/+2
| * | Fix execute resource with integer user parameter.Pete Higgins2020-07-131-2/+2
* | | removing powershell_exec for 32 bit compatibility. Using ruby true/false for ...Davin Taddeo2020-07-101-28/+52
* | | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-1012-46/+88
|\ \ \ | |/ /
| * | Add introduced field to new propertyin windows_dns_recordTim Smith2020-07-081-1/+2
| * | Merge pull request #10120 from jeremyciak/masterTim Smith2020-07-081-0/+16
| |\ \
| | * | Adding dns_server property and supporting needsJeremy Ciak2020-07-071-0/+16
| * | | Fix quotes for ChefstyleTim Smith2020-07-075-6/+6
| * | | expand_path with __dir__ instead of __FILE__Tim Smith2020-07-075-6/+6
| * | | Merge pull request #10123 from chef/assignmentTim Smith2020-07-073-18/+13
| |\ \ \
| | * | | Avoid assigning variables before returning if we don't have toTim Smith2020-07-073-18/+13
| | |/ /
| * | | Add spaces after attrsTim Smith2020-07-071-0/+1
| |/ /
| * | update to powershell_out to be compatible with 32 bit windowsDavin Taddeo2020-07-021-5/+5
| * | Merge pull request #10064 from chef-davin/windows_security_policyTim Smith2020-07-021-20/+49
| |\ \
| | * | my changes broke my fixes for spellcheck. re-fixing.Davin Taddeo2020-06-291-18/+19
| | * | Addressing a couple things:Davin Taddeo2020-06-291-34/+35
| | * | more cspell errors fixed, and hopefull windows_functionality is happy nowDavin Taddeo2020-06-261-3/+3
| | * | update to resolve cspell errorsDavin Taddeo2020-06-261-22/+23
| | * | Merge branch 'windows_security_policy' of github.com:chef-davin/chef into win...Davin Taddeo2020-06-261-6/+4
| | |\ \
| | | * | Update lib/chef/resource/windows_security_policy.rbDavin Taddeo2020-06-251-6/+4
| | * | | Merge branch 'master' of github.com:chef/chef into windows_security_policyDavin Taddeo2020-06-261-2/+25
| | |\ \ \ | | | |/ / | | |/| |
| | * | | update windows_security_policy for better idempotency, cleaner log output, an...Davin Taddeo2020-06-241-19/+47
| * | | | Use bash not execute in build_essential for better outputTim Smith2020-07-011-2/+2
| | |/ / | |/| |
* | | | update the examples to use the correct options for default_inbound/outbound_a...Davin Taddeo2020-07-021-4/+4
* | | | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-021-2/+25
|\ \ \ \ | |/ / /