summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
* add host-<fqdn> to the error message herelcg/cookbook-fqdn-errorLamont Granquist2018-05-251-0/+1
| | | | | | closes #1479 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.1.21 by Chef Expeditorv14.1.21Chef Expeditor2018-05-211-1/+1
|
* Merge pull request #7249 from chef/lcg/cleanup-userLamont Granquist2018-05-217-56/+124
|\ | | | | Cleanup AIX and Solaris user resources.
| * clean up updating_home?lcg/cleanup-userLamont Granquist2018-05-104-23/+13
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * bonus fix to remove unnecessary duping in dscl userLamont Granquist2018-05-101-7/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * move should_set? to superclassLamont Granquist2018-05-104-14/+6
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * clean up AIX providerLamont Granquist2018-05-103-55/+37
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * better comment on /etc/shadow manglingLamont Granquist2018-05-101-1/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * clean up solaris providerLamont Granquist2018-05-101-71/+54
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * migrate logic into aix and solaris subclassesLamont Granquist2018-05-094-13/+137
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.1.20 by Chef Expeditorv14.1.20Chef Expeditor2018-05-211-1/+1
| |
* | Merge pull request #7274 from mal/fix-systemd-user-callsThom May2018-05-212-3/+3
|\ \ | | | | | | Fix systemd_unit user context
| * | Contextualise daemon-reload callsMal Graty2018-05-191-1/+1
| | | | | | | | | | | | | | | | | | Ensure daemon-reload is called in the correct context for user units. Signed-off-by: Mal Graty <mal.graty@googlemail.com>
| * | Fix systemd_unit user property usageMal Graty2018-05-192-2/+2
| | | | | | | | | | | | | | | | | | | | | Use Etc.getpwnam rather than Etc.getpwuid, since getpwuid expects a UID and the resource provides a string. Signed-off-by: Mal Graty <mal.graty@googlemail.com>
* | | Bump version to 14.1.19 by Chef Expeditorv14.1.19Chef Expeditor2018-05-181-1/+1
| | |
* | | Merge pull request #7270 from chef/tm/fix_manifest_root_filesThom May2018-05-184-7/+8
|\ \ \ | | | | | | | | Fix manifest entries for root files
| * | | Fix manifest entries for root filestm/fix_manifest_root_filesThom May2018-05-164-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We weren't consistently naming root files; in some places in the spec the names contained the `root_files` segment and in other places they didn't. This now always uses `root_files`. Signed-off-by: Thom May <thom@chef.io>
* | | | Merge pull request #7196 from chef/tg/clear_gem_sources_optionThom May2018-05-181-1/+1
|\ \ \ \ | | | | | | | | | | Tg/clear gem sources option
| * | | | Default gem_package.clear_sources to Chef::Config[:clear_gem_sources] (style ↵tg/clear_gem_sources_optionThomas Gordon2018-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes) Signed-off-by: Thomas Gordon <nrgetik@users.noreply.github.com>
| * | | | Default gem_package.clear_sources to Chef::Config[:clear_gem_sources]Thomas Gordon2018-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Gordon <nrgetik@users.noreply.github.com>
* | | | | Bump version to 14.1.18 by Chef Expeditorv14.1.18Chef Expeditor2018-05-181-1/+1
| | | | |
* | | | | Merge pull request #7264 from jeremymv2/jeremymv2/fix_normalize_hashJosh Hudson2018-05-171-4/+8
|\ \ \ \ \ | | | | | | | | | | | | object validation for DataHandlerBase#normalize_hash
| * | | | | added one more rspec testJeremy J. Miller2018-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
| * | | | | object validation for DataHandlerBase#normalize_hashJeremy J. Miller2018-05-151-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
* | | | | | Bump version to 14.1.17 by Chef Expeditorv14.1.17Chef Expeditor2018-05-171-1/+1
| | | | | |
* | | | | | [MSYS-817] fix for windows_task does not parse backslashes in the command ↵vasu11052018-05-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | | | | Bump version to 14.1.16 by Chef Expeditorv14.1.16Chef Expeditor2018-05-171-1/+1
| | | | | |
* | | | | | Merge pull request #4903 from nmcspadden/mac_uidThom May2018-05-171-7/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | UID now starts at 501, uses createhomedir instead
| * | | | | | Fixing shell_out to have correct syntaxNick McSpadden2018-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick McSpadden <nmcspadden@gmail.com>
| * | | | | | Merge branch 'master' into mac_uidNick McSpadden2018-05-14664-15314/+23887
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Fixing missing final newlineNick McSpadden2016-05-051-1/+1
| | | | | | |
| * | | | | | UID now starts at 501, uses createhomedir insteadNick McSpadden2016-05-051-9/+7
| | | | | | |
* | | | | | | Bump version to 14.1.15 by Chef Expeditorv14.1.15Chef Expeditor2018-05-171-1/+1
| | | | | | |
* | | | | | | Add default_action to the resource inspectordescribe_default_actionTim Smith2018-05-161-0/+1
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a very useful thing to know about a resource. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 14.1.14 by Chef Expeditorv14.1.14Chef Expeditor2018-05-161-1/+1
| | | | | |
* | | | | | Merge pull request #7262 from bottkv488/fix_resource_hostnameLamont Granquist2018-05-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | improved regex accuracy lib/chef/resource/hostname.rb
| * | | | | | improved regex accuracy lib/chef/resource/hostname.rbBernhard Ott2018-05-151-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Bernhard Ott <bernhard.ott@westernacher.com>
* | | | | | Bump version to 14.1.13 by Chef Expeditorv14.1.13Chef Expeditor2018-05-161-1/+1
| |_|_|/ / |/| | | |
* | | | | Bump version to 14.1.12 by Chef Expeditorv14.1.12Chef Expeditor2018-05-161-1/+1
| | | | |
* | | | | Bump version to 14.1.11 by Chef Expeditorv14.1.11Chef Expeditor2018-05-151-1/+1
| | | | |
* | | | | Bump version to 14.1.10 by Chef Expeditorv14.1.10Chef Expeditor2018-05-151-1/+1
| | | | |
* | | | | Merge pull request #7250 from ↵Tim Smith2018-05-152-1/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/vasundhara/MSYS-809_Fix_for_resource_does_not_handle_commands_with_agruments Fix windows_task resource not handling commands with arguments
| * | | | | Removed todo commentsVasu11052018-05-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | | | [MSYS-809] Fix for command resource does not handle commands with argumentsvasu11052018-05-152-1/+16
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | | | Bump version to 14.1.9 by Chef Expeditorv14.1.9Chef Expeditor2018-05-151-1/+1
|/ / / /
* | | | Bump version to 14.1.8 by Chef Expeditorv14.1.8jeremymv2/chef_fs_normalize_hasChef Expeditor2018-05-141-1/+1
| | | |
* | | | Bump version to 14.1.7 by Chef Expeditorv14.1.7Chef Expeditor2018-05-141-1/+1
| | | |
* | | | Merge pull request #7244 from chef/repo_nameThom May2018-05-141-5/+25
|\ \ \ \ | | | | | | | | | | apt_repository: Use the repo_name name property
| * | | | Make sure we clean up legacy repo file if it exists.repo_nameNoah Kantrowitz2018-05-131-0/+20
| | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | apt_repository: Use the repo_name name propertyTim Smith2018-05-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'll continue to use the resource name to name the apt_update resource, but all the other actions will use the name property as the user would expect. Signed-off-by: Tim Smith <tsmith@chef.io>