summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #8134 from chef/name_propertiesTim Smith2019-01-176-17/+17
|\ | | | | Backport various name_property fixes in resources from Chef 15
| * ssh_known_host_entry: Use the name_property properly in debug loggingTim Smith2019-01-171-1/+1
| | | | | | | | | | | | You'd get the resource name not the host property in the logging. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure openssl resources properly use the name_propertyTim Smith2019-01-172-2/+2
| | | | | | | | | | | | We have a name_property, but we're not using it everywhere here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * homebrew_cask / homebrew_tap: Properly use the cask_name and tap_name ↵Tim Smith2019-01-172-11/+11
| | | | | | | | | | | | | | | | properties If the name properties for these resources we used we'd entirely ignore them. Signed-off-by: Tim Smith <tsmith@chef.io>
| * windows_printer: prevent failures when deleting printers and using device_id ↵Tim Smith2019-01-171-3/+3
| | | | | | | | | | | | | | | | property We have a name_property of device_id for this resource but we weren't using it in the delete_printer method so if you used the name property the deletion would fail. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.9.8 by Chef Expeditorv14.9.8Chef Expeditor2019-01-171-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.9.7 by Chef Expeditorv14.9.7Chef Expeditor2019-01-171-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Cherry pick the remaining timezone windows changesTim Smith2019-01-161-8/+10
| | | | | | These couldn't be cherry picked in git due to a merge commit. Signed-off-by: Tim Smith <tsmith@chef.io>
* Added windows support for the timezone resourceusername-is-already-taken22019-01-161-1/+15
| | | | Signed-off-by: username-is-already-taken2 <digitalgaz@hotmail.com>
* update description to include windowsCorey Hemminger2019-01-161-1/+1
| | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
* Bump version to 14.9.6 by Chef Expeditorv14.9.6Chef Expeditor2019-01-161-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.9.5 by Chef Expeditorv14.9.5Chef Expeditor2019-01-161-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8120 from chef/tasksTim Smith2019-01-162-10/+19
|\ | | | | windows_task resource: allow non-system users without password for interactive tasks
| * windows_task resource: allow non-system users without password for ↵tasksNimesh2019-01-162-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | interactive tasks - Minor changes in `validate_user_and_password` to support this feature - `validate_interactive_setting` would no longer be needed - Added test cases - Added support to latest version of win32-taskscheduler gem (2.0.4) - Fixes MSYS-924 Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
* | change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-1650-73/+77
| | | | | | | | | | | | includes backcompat for 2.5 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Enumerable#chain looks read-onlyLamont Granquist2019-01-162-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | fix for new array methodsLamont Granquist2019-01-161-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | missing bangLamont Granquist2019-01-161-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | add new ruby 2.6 methodsLamont Granquist2019-01-162-0/+4
|/ | | | | | filter[!] is just an alias for select[!] Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.9.4 by Chef Expeditorv14.9.4Chef Expeditor2019-01-041-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.9.3 by Chef Expeditorv14.9.3Chef Expeditor2018-12-211-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.9.2 by Chef Expeditorv14.9.2Chef Expeditor2018-12-201-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.9.1 by Chef Expeditorv14.9.1Chef Expeditor2018-12-201-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.9.0 by Chef Expeditorv14.9.0Chef Expeditor2018-12-201-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8072 from chef/minimal_ohaiTim Smith2018-12-191-1/+1
|\ | | | | chef 14: minimal_ohai: Add init_package plugin as a required plugin
| * minimal_ohai: Add init_package plugin as a required pluginminimal_ohaiTim Smith2018-12-191-1/+1
| | | | | | | | | | | | | | This is a pretty critical bit of data and we're using it for decisions in the timezone resource now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8071 from chef/pfx_cert_14Tim Smith2018-12-191-1/+1
|\ \ | | | | | | chef 14: windows_certificate: Fix invalid byte sequence errors with pfx certicates
| * | Fix for pfx_password validationpfx_cert_14dheerajd-msys2018-12-191-1/+1
| |/ | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 14.8.24 by Chef Expeditorv14.8.24Chef Expeditor2018-12-201-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | MSYS-936 Fix for windows certificate delete action fails if certificate ↵vasu11052018-12-191-3/+6
|/ | | | | | doesn't exist Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Bump version to 14.8.23 by Chef Expeditorv14.8.23Chef Expeditor2018-12-191-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.22 by Chef Expeditorv14.8.22Chef Expeditor2018-12-191-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.21 by Chef Expeditorv14.8.21Chef Expeditor2018-12-181-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.20 by Chef Expeditorv14.8.20Chef Expeditor2018-12-181-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.19 by Chef Expeditorv14.8.19Chef Expeditor2018-12-181-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8054 from Intility/sensitive_ad_joinTim Smith2018-12-181-1/+11
| | | windows_ad_join: suppress sensitive stderr
* Bump version to 14.8.18 by Chef Expeditorv14.8.18Chef Expeditor2018-12-151-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8052 from chef/sp/chef14-backport-8038Tim Smith2018-12-145-0/+42
|\ | | | | Backport: Allow setting the comment on a Windows group
| * Merge pull request #8038 from ↵sp/chef14-backport-8038Stuart Preston2018-12-145-0/+42
| | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-897_allow_setting_the_comment_on_a_Windows_group Added property `comment` on Windows group.
* | Bump version to 14.8.17 by Chef Expeditorv14.8.17Chef Expeditor2018-12-141-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8025 from Intility/bugfixessp/chef14-backport-8025Tim Smith2018-12-141-7/+11
|/ | | Bugfixes to powershell_package_source
* Bump version to 14.8.16 by Chef Expeditorv14.8.16Chef Expeditor2018-12-131-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.15 by Chef Expeditorv14.8.15Chef Expeditor2018-12-121-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.14 by Chef Expeditorv14.8.14Chef Expeditor2018-12-111-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Support Windows Server 2019 version detectionStuart Preston2018-12-111-15/+15
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Bump version to 14.8.13 by Chef Expeditorv14.8.13Chef Expeditor2018-12-071-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.12 by Chef Expeditorv14.8.12Chef Expeditor2018-12-051-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.11 by Chef Expeditorv14.8.11Chef Expeditor2018-12-051-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.8.10 by Chef Expeditorv14.8.10Chef Expeditor2018-12-031-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Add RHEL 8 platform-python to python binary search list in DNF for package ↵rhel8_chef14pixdrift2018-11-301-1/+2
| | | | | | resource Signed-off-by: pixdrift <support@pixeldrift.net>