summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version to 16.0.207 by Chef Expeditorv16.0.207Chef Expeditor2020-04-131-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-13706-707/+707
| | | | | | | | Legally incredibly dubious, particularly since we don't follow it strictly as policy, and we have git history instead, which does it right. This is just a waste of time and a cargo cult. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.206 by Chef Expeditorv16.0.206Chef Expeditor2020-04-131-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Use the correct plist class in the mac user providerTim Smith2020-04-131-2/+2
| | | | | | This is actually a subclass of the mac user provider and not the Plist gem. This is a super confusing name btw. Plist passed Plist, but it's a different Plist. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.205 by Chef Expeditorv16.0.205Chef Expeditor2020-04-131-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.0.204 by Chef Expeditorv16.0.204Chef Expeditor2020-04-131-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9635 from chef/VSingh/fix-sudo-password-errorTim Smith2020-04-131-2/+12
|\ | | | | Fixes for sudo password prompt
| * Match reason :bad_sudo_password for wrong attemptVSingh/fix-sudo-password-errorVivek Singh2020-04-111-2/+2
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Fixes for sudo passwordVivek Singh2020-04-091-2/+12
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 16.0.203 by Chef Expeditorv16.0.203Chef Expeditor2020-04-131-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | remove support for SLES11dheerajd-msys2020-04-131-1/+0
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 16.0.202 by Chef Expeditorv16.0.202Chef Expeditor2020-04-101-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9642 from chef/macos-resourcesTim Smith2020-04-107-8/+218
|\ \ | | | | | | Add the plist resource from the macos cookbook
| * | Update lib/chef/resource/plist.rb Tim Smith2020-04-101-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
| * | Super avoid class name confusionTim Smith2020-04-101-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Make sure we're always using the right Plist classTim Smith2020-04-104-7/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Require plist where we use itTim Smith2020-04-102-0/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Call the right plist in build-essentialTim Smith2020-04-101-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update lib/chef/resource/plist.rb Tim Smith2020-04-101-2/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
| * | Update lib/chef/resource/plist.rb Tim Smith2020-04-101-2/+2
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
| * | Use constants for pathsTim Smith2020-04-101-26/+15
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add description / introduced and require plistTim Smith2020-04-101-1/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use shell_out! instead of executeTim Smith2020-04-101-9/+3
| | | | | | | | | | | | | | | | | | This makes for much cleaner log output Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add the plist resource from the macos cookbookTim Smith2020-04-102-0/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a very useful base resource for mac systems that allows us to write additional resources for managing macs. I've migrated their library into the resource itself to make it a single self-contained unit. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.201 by Chef Expeditorv16.0.201Chef Expeditor2020-04-101-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Support non-Linux hosts in chef_client_cronchef_cron_legacyTim Smith2020-04-092-22/+33
|/ / | | | | | | | | | | The cron_d resource only works on systems that support and /etc/cron.d directory, which is Linux as far as I can tell. We want this resource to work on all the other *nix platforms so we need to fall back to the legacy cron resource for those hosts. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.200 by Chef Expeditorv16.0.200Chef Expeditor2020-04-101-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9632 from chef/lcg/resource-partialsTim Smith2020-04-093-1/+31
|\ \ | | | | | | Add resource partials
| * | use start_with?lcg/resource-partialsLamont Granquist2020-04-092-3/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Add resource partialsLamont Granquist2020-04-083-0/+30
| |/ | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.199 by Chef Expeditorv16.0.199Chef Expeditor2020-04-091-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.0.198 by Chef Expeditorv16.0.198Chef Expeditor2020-04-091-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9624 from chef/systemd_timerTim Smith2020-04-092-0/+178
|\ \ | | | | | | Add chef_client_systemd_timer resource
| * | Update lib/chef/resource/chef_client_systemd_timer.rb Tim Smith2020-04-091-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
| * | Fix a typo from reviewTim Smith2020-04-091-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Link directly to the time docsTim Smith2020-04-091-3/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add more descriptions and convert splay to be a time spansystemd_timerTim Smith2020-04-081-19/+28
| | | | | | | | | | | | | | | | | | 5 min is much more logical than 300 even though 300 just means 300secs in systemd land. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add chef_client_systemd_timer resourceTim Smith2020-04-082-0/+169
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.197 by Chef Expeditorv16.0.197Chef Expeditor2020-04-091-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9634 from chef/lcg/fix-bootstrap-cli-optionsTim Smith2020-04-082-5/+6
|\ \ | | | | | | Fix knife bootstrap_version CLI option overriding config option
| * | Fix knife bootstrap_version CLI option overriding config optionLamont Granquist2020-04-082-5/+6
| |/ | | | | | | | | | | | | | | closes #8834 @ccrebolder this should be all that is necessary to fix your issue. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.196 by Chef Expeditorv16.0.196Chef Expeditor2020-04-091-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.0.195 by Chef Expeditorv16.0.195Chef Expeditor2020-04-081-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.0.194 by Chef Expeditorv16.0.194Chef Expeditor2020-04-081-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.0.193 by Chef Expeditorv16.0.193Chef Expeditor2020-04-081-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9623 from ↵Tim Smith2020-04-081-0/+1
|\ | | | | | | | | MsysTechnologiesllc/sangmeshA/fix_systemd_unit_not_respecting_sensitive_property Fixed systemd_unit not respecting sensitive property
| * Removed unwanted codesanga172020-04-081-3/+0
| | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| * Fixed systemd_unit not respecting sensitive propertysanga172020-04-082-0/+4
| | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
* | Bump version to 16.0.192 by Chef Expeditorv16.0.192Chef Expeditor2020-04-081-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.0.191 by Chef Expeditorv16.0.191Chef Expeditor2020-04-071-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.