Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add host-<fqdn> to the error message herelcg/cookbook-fqdn-error | Lamont Granquist | 2018-05-25 | 1 | -0/+1 |
| | | | | | | closes #1479 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Bump version to 14.1.21 by Chef Expeditorv14.1.21 | Chef Expeditor | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7249 from chef/lcg/cleanup-user | Lamont Granquist | 2018-05-21 | 7 | -56/+124 |
|\ | | | | | Cleanup AIX and Solaris user resources. | ||||
| * | clean up updating_home?lcg/cleanup-user | Lamont Granquist | 2018-05-10 | 4 | -23/+13 |
| | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | bonus fix to remove unnecessary duping in dscl user | Lamont Granquist | 2018-05-10 | 1 | -7/+3 |
| | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | move should_set? to superclass | Lamont Granquist | 2018-05-10 | 4 | -14/+6 |
| | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | clean up AIX provider | Lamont Granquist | 2018-05-10 | 3 | -55/+37 |
| | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | better comment on /etc/shadow mangling | Lamont Granquist | 2018-05-10 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | clean up solaris provider | Lamont Granquist | 2018-05-10 | 1 | -71/+54 |
| | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | migrate logic into aix and solaris subclasses | Lamont Granquist | 2018-05-09 | 4 | -13/+137 |
| | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | | Bump version to 14.1.20 by Chef Expeditorv14.1.20 | Chef Expeditor | 2018-05-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7274 from mal/fix-systemd-user-calls | Thom May | 2018-05-21 | 2 | -3/+3 |
|\ \ | | | | | | | Fix systemd_unit user context | ||||
| * | | Contextualise daemon-reload calls | Mal Graty | 2018-05-19 | 1 | -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 usage | Mal Graty | 2018-05-19 | 2 | -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.19 | Chef Expeditor | 2018-05-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #7270 from chef/tm/fix_manifest_root_files | Thom May | 2018-05-18 | 4 | -7/+8 |
|\ \ \ | | | | | | | | | Fix manifest entries for root files | ||||
| * | | | Fix manifest entries for root filestm/fix_manifest_root_files | Thom May | 2018-05-16 | 4 | -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_option | Thom May | 2018-05-18 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Tg/clear gem sources option | ||||
| * | | | | Default gem_package.clear_sources to Chef::Config[:clear_gem_sources] (style ↵tg/clear_gem_sources_option | Thomas Gordon | 2018-05-03 | 1 | -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 Gordon | 2018-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Gordon <nrgetik@users.noreply.github.com> | ||||
* | | | | | Bump version to 14.1.18 by Chef Expeditorv14.1.18 | Chef Expeditor | 2018-05-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #7264 from jeremymv2/jeremymv2/fix_normalize_hash | Josh Hudson | 2018-05-17 | 1 | -4/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | object validation for DataHandlerBase#normalize_hash | ||||
| * | | | | | added one more rspec test | Jeremy J. Miller | 2018-05-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io> | ||||
| * | | | | | object validation for DataHandlerBase#normalize_hash | Jeremy J. Miller | 2018-05-15 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io> | ||||
* | | | | | | Bump version to 14.1.17 by Chef Expeditorv14.1.17 | Chef Expeditor | 2018-05-17 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | [MSYS-817] fix for windows_task does not parse backslashes in the command ↵ | vasu1105 | 2018-05-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com> | ||||
* | | | | | | Bump version to 14.1.16 by Chef Expeditorv14.1.16 | Chef Expeditor | 2018-05-17 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #4903 from nmcspadden/mac_uid | Thom May | 2018-05-17 | 1 | -7/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | UID now starts at 501, uses createhomedir instead | ||||
| * | | | | | | Fixing shell_out to have correct syntax | Nick McSpadden | 2018-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick McSpadden <nmcspadden@gmail.com> | ||||
| * | | | | | | Merge branch 'master' into mac_uid | Nick McSpadden | 2018-05-14 | 664 | -15314/+23887 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| * | | | | | | Fixing missing final newline | Nick McSpadden | 2016-05-05 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | UID now starts at 501, uses createhomedir instead | Nick McSpadden | 2016-05-05 | 1 | -9/+7 |
| | | | | | | | |||||
* | | | | | | | Bump version to 14.1.15 by Chef Expeditorv14.1.15 | Chef Expeditor | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Add default_action to the resource inspectordescribe_default_action | Tim Smith | 2018-05-16 | 1 | -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.14 | Chef Expeditor | 2018-05-16 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #7262 from bottkv488/fix_resource_hostname | Lamont Granquist | 2018-05-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | improved regex accuracy lib/chef/resource/hostname.rb | ||||
| * | | | | | | improved regex accuracy lib/chef/resource/hostname.rb | Bernhard Ott | 2018-05-15 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | Signed-off-by: Bernhard Ott <bernhard.ott@westernacher.com> | ||||
* | | | | | | Bump version to 14.1.13 by Chef Expeditorv14.1.13 | Chef Expeditor | 2018-05-16 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Bump version to 14.1.12 by Chef Expeditorv14.1.12 | Chef Expeditor | 2018-05-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Bump version to 14.1.11 by Chef Expeditorv14.1.11 | Chef Expeditor | 2018-05-15 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Bump version to 14.1.10 by Chef Expeditorv14.1.10 | Chef Expeditor | 2018-05-15 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #7250 from ↵ | Tim Smith | 2018-05-15 | 2 | -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 comments | Vasu1105 | 2018-05-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com> | ||||
| * | | | | | [MSYS-809] Fix for command resource does not handle commands with arguments | vasu1105 | 2018-05-15 | 2 | -1/+16 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com> | ||||
* | | | | | Bump version to 14.1.9 by Chef Expeditorv14.1.9 | Chef Expeditor | 2018-05-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Bump version to 14.1.8 by Chef Expeditorv14.1.8jeremymv2/chef_fs_normalize_has | Chef Expeditor | 2018-05-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bump version to 14.1.7 by Chef Expeditorv14.1.7 | Chef Expeditor | 2018-05-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #7244 from chef/repo_name | Thom May | 2018-05-14 | 1 | -5/+25 |
|\ \ \ \ | | | | | | | | | | | apt_repository: Use the repo_name name property | ||||
| * | | | | Make sure we clean up legacy repo file if it exists.repo_name | Noah Kantrowitz | 2018-05-13 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | | apt_repository: Use the repo_name name property | Tim Smith | 2018-05-09 | 1 | -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> |