summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-3025-243/+318
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* change "internal" to "default_env"Lamont Granquist2018-05-306-13/+13
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add description + make rubocop less annoyinglcg/shell-out-internal-flagLamont Granquist2018-05-252-1/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add internal flag to shell_out and execute resourceLamont Granquist2018-05-259-46/+54
| | | | | | | | this will wind up replacing shell_out_with_systems_locale. also fixes an issue in the sysctl provider. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.1.21 by Chef Expeditorv14.1.21Chef Expeditor2018-05-215-11/+12
|
* Merge pull request #7249 from chef/lcg/cleanup-userLamont Granquist2018-05-2110-770/+129
|\ | | | | Cleanup AIX and Solaris user resources.
| * clean up updating_home?lcg/cleanup-userLamont Granquist2018-05-105-26/+16
| | | | | | | | 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-102-73/+56
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * migrate logic into aix and solaris subclassesLamont Granquist2018-05-095-722/+137
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.1.20 by Chef Expeditorv14.1.20Chef Expeditor2018-05-215-11/+12
| |
* | Merge pull request #7274 from mal/fix-systemd-user-callsThom May2018-05-214-44/+89
|\ \ | | | | | | Fix systemd_unit user context
| * | Contextualise daemon-reload callsMal Graty2018-05-192-40/+85
| | | | | | | | | | | | | | | | | | 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-194-4/+4
| | | | | | | | | | | | | | | | | | | | | 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-185-11/+12
| | |
* | | Merge pull request #7270 from chef/tm/fix_manifest_root_filesThom May2018-05-186-8/+11
|\ \ \ | | | | | | | | Fix manifest entries for root files
| * | | Fix manifest entries for root filestm/fix_manifest_root_filesThom May2018-05-166-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-183-1/+17
|\ \ \ \ | | | | | | | | | | 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>
| * | | | Added Chef::Config[:clear_gem_sources] default to false (style fixes)Thomas Gordon2018-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Gordon <nrgetik@users.noreply.github.com>
| * | | | Add test for Chef::Config[:clear_gem_sources]Thomas Gordon2018-04-271-0/+13
| | | | | | | | | | | | | | | | | | | | 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>
| * | | | Added Chef::Config[:clear_gem_sources] default to falseThomas Gordon2018-04-271-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Gordon <nrgetik@users.noreply.github.com>
* | | | | Bump version to 14.1.18 by Chef Expeditorv14.1.18Chef Expeditor2018-05-185-11/+12
| | | | |
* | | | | Merge pull request #7264 from jeremymv2/jeremymv2/fix_normalize_hashJosh Hudson2018-05-172-4/+73
|\ \ \ \ \ | | | | | | | | | | | | object validation for DataHandlerBase#normalize_hash
| * | | | | prefer double quotesJeremy J. Miller2018-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
| * | | | | added one more rspec testJeremy J. Miller2018-05-162-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
| * | | | | object validation for DataHandlerBase#normalize_hashJeremy J. Miller2018-05-152-3/+65
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
* | | | | | Bump version to 14.1.17 by Chef Expeditorv14.1.17Chef Expeditor2018-05-175-11/+12
| | | | | |
* | | | | | Merge pull request #7281 from ↵Bryan McLellan2018-05-172-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/vasundhara/Fix_for_windows_task_does_not_parse_backshlash_in_command_properly [MSYS-817] fix for windows_task does not parse backslashes in the commad property
| * | | | | | [MSYS-817] fix for windows_task does not parse backslashes in the command ↵vasu11052018-05-172-1/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | | | | Bump version to 14.1.16 by Chef Expeditorv14.1.16Chef Expeditor2018-05-175-13/+12
| | | | | |
* | | | | | Merge pull request #4903 from nmcspadden/mac_uidThom May2018-05-172-16/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | UID now starts at 501, uses createhomedir instead
| * | | | | | Fixing shell_out to have correct syntaxNick McSpadden2018-05-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick McSpadden <nmcspadden@gmail.com>
| * | | | | | Updating spec testNick McSpadden2018-05-151-9/+2
| | | | | | |
| * | | | | | Merge branch 'master' into mac_uidNick McSpadden2018-05-141684-62324/+63808
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | 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-175-10/+12
| | | | | | |
* | | | | | | Merge pull request #7276 from chef/describe_default_actionTim Smith2018-05-161-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add default_action to the resource inspector
| * | | | | | | 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>
* | | | | | | Update CHANGELOG.md with details from pull request #7275Chef Expeditor2018-05-161-0/+2
| | | | | | |
* | | | | | | Merge pull request #7275 from chef/test_defaultsTim Smith2018-05-1698-418/+1170
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add additional resource unit tests
| * | | | | | | Add additional resource specsTim Smith2018-05-1698-418/+1170
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto generated from the resource inspector Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | | Update CHANGELOG.md with details from pull request #7266Chef Expeditor2018-05-161-3/+4
| | | | | | |
* | | | | | | Merge pull request #7266 from chef/test_defaultsTim Smith2018-05-1613-20/+176
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Add additional unit tests for resource actions/properties
| * | | | | | Add additional unit tests for resource actions/propertiesTim Smith2018-05-1513-20/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fill in some missing coverage here so we can refactor with confidence. Signed-off-by: Tim Smith <tsmith@chef.io>