summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove homedir in beforelcg/rewrite-linux-user-providerLamont Granquist2016-08-231-0/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* sort out the -m / -M mess a bit betterLamont Granquist2016-08-232-14/+17
| | | | | | -M is not valid for usermod Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add func spec for default and fix unit specsLamont Granquist2016-08-232-4/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add func test that manage_home is false by defaultLamont Granquist2016-08-231-0/+8
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* set manage_home default back to falseLamont Granquist2016-08-231-2/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* clean up everythingLamont Granquist2016-08-236-47/+165
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 12.14.29 by Chef Versioner.v12.14.29Chef Versioner2016-08-234-8/+8
|
* Merge pull request #5236 from chef/lcg/fix-useradd-test-filtersLamont Granquist2016-08-231-0/+12
|\ | | | | fix the useradd test filters
| * fix the useradd test filterslcg/fix-useradd-test-filtersLamont Granquist2016-08-231-0/+12
| | | | | | | | | | | | | | try to document it a bit better so i don't accidentally delete it again. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 12.14.28 by Chef Versioner.v12.14.28Chef Versioner2016-08-234-8/+8
| |
* | Merge pull request #5210 from mal/systemd-unit-verifyThom May2016-08-231-0/+9
|\ \ | | | | | | Verify systemd_unit file during create
| * | Verify systemd_unit file during createMal Graty2016-08-211-0/+9
| | |
* | | Bump version of chef to 12.14.27 by Chef Versioner.v12.14.27Chef Versioner2016-08-234-8/+8
| | |
* | | Merge pull request #5233 from coderanger/notifstringNoah Kantrowitz2016-08-232-1/+55
|\ \ \ | | | | | | | | Add a warning for guard blocks that return a non-empty string
| * | | Add a warning for guard blocks that return a non-empty string.Noah Kantrowitz2016-08-222-1/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will hopefully catch errors like this: myresource 'name' do not_if { 'some command' } end
* | | | Bump version of chef to 12.14.26 by Chef Versioner.v12.14.26Chef Versioner2016-08-234-8/+8
| | | |
* | | | Merge pull request #5181 from tas50/what_is_thisThom May2016-08-231-82/+0
|\ \ \ \ | | | | | | | | | | Remove old .kitchen.yml file
| * | | | Remove old .kitchen.yml fileTim Smith2016-08-081-82/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I can't see a purpose to this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version of chef to 12.14.25 by Chef Versioner.v12.14.25Chef Versioner2016-08-234-8/+8
| | | | |
* | | | | Merge pull request #5128 from criteo-forks/package_cookbook_nameThom May2016-08-231-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | Forward package cookbook_name to underlying remote_file
| * | | | Forward package cookbook_name to underlying remote_fileBaptiste Courtois2016-07-221-0/+2
| | | | |
* | | | | Bump version of chef to 12.14.24 by Chef Versioner.v12.14.24Chef Versioner2016-08-234-8/+8
| | | | |
* | | | | Merge pull request #5232 from chef/lcg/fix-rhel-func-testsLamont Granquist2016-08-221-9/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | fixed CHEF-2205 so fix the func test
| * | | | fixed CHEF-2205 so fix the func testlcg/fix-rhel-func-testsLamont Granquist2016-08-221-9/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 12.14.23 by Chef Versioner.v12.14.23Chef Versioner2016-08-234-8/+8
| | | |
* | | | Merge pull request #5225 from chef/bundle_lock_fixMatt Wrock2016-08-222-0/+28
|\ \ \ \ | | | | | | | | | | Add monkey patch to fix bundle locks for platforms
| * | | | add monkey patch to fix bundle locks for platformsbundle_lock_fixMatt Wrock2016-08-182-0/+28
| | | | |
* | | | | Bump version of chef to 12.14.22 by Chef Versioner.v12.14.22Chef Versioner2016-08-224-8/+8
| | | | |
* | | | | Merge pull request #5231 from chef/lcg/fix-func-useradd-specLamont Granquist2016-08-224-22/+18
|\ \ \ \ \ | | | | | | | | | | | | fix omnibus test breaks
| * | | | | i think i need a napLamont Granquist2016-08-221-1/+1
| | | | | |
| * | | | | be less cleverLamont Granquist2016-08-221-30/+25
| | | | | | | | | | | | | | | | | | | | | | | | instance_eval ran into namespace issues
| * | | | | try to fix el breaksLamont Granquist2016-08-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default behavior of the remove action changed to have manage_home set toi true to match the :create action Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | also fix typo in windowsLamont Granquist2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | fix typo in mac testsLamont Granquist2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | no need for provider-resolver hereLamont Granquist2016-08-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mac always gets dscl, windows always gets windows Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | use provider resolver to get right resourceLamont Granquist2016-08-221-33/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version of chef to 12.14.21 by Chef Versioner.v12.14.21Chef Versioner2016-08-224-8/+8
| | | | | |
* | | | | | Merge pull request #5230 from chef/jk/test-warningsJohn Keiser2016-08-228-20/+37
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix "URI.escape is obsolete" warnings
| * | | | | Bring in latest mixlib-config with fewer warningsJohn Keiser2016-08-222-1/+3
| | | | | |
| * | | | | Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-227-19/+34
|/ / / / / | | | | | | | | | | | | | | | See http://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape#answer-13059657 for details on why.
* | | | | Bump version of chef to 12.14.20 by Chef Versioner.v12.14.20Chef Versioner2016-08-224-8/+8
| | | | |
* | | | | Merge pull request #5224 from chef/jk/tinyserver-raceJohn Keiser2016-08-229-74/+96
|\ \ \ \ \ | | | | | | | | | | | | Fix TinyServer races by waiting for stop() and start() callbacks
| * | | | | Fix TinyServer races.jk/tinyserver-raceJohn Keiser2016-08-229-74/+96
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Wait for the start callback rather than the do block, as it happens later. This prevents us from getting into many conditions where the start returns before the server is fully initialized, where if stop() is called too soon after start returns, it would cause exceptions. 2. Wait for the thread to finish completely 3. Use Thread.current.abort_on_exception` to show the actual listen errors, so that problems like this can be diagnosed. 4. Use :each to start and stop TinyServer so that race conditions like this are exposed earlier and more often (this will let us rid ourselves of them more quickly). 5. Use WEBrick::HTTPServer directly, which gets rid of the need for the complicated trap workaround (rack is the one that traps).
* | | | | Bump version of chef to 12.14.19 by Chef Versioner.v12.14.19Chef Versioner2016-08-224-8/+8
| | | | |
* | | | | Merge pull request #5220 from chef/lcg/drop-2.1-supportLamont Granquist2016-08-225-19/+12
|\ \ \ \ \ | | | | | | | | | | | | remove ruby 2.1 support
| * | | | | fix some typosLamont Granquist2016-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | add ca-certsLamont Granquist2016-08-221-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | add wget to all the kitchen testslcg/drop-2.1-supportLamont Granquist2016-08-221-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | bump depsLamont Granquist2016-08-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | require latest omnibusLamont Granquist2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>