summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* roll back the chef-server git shalcg/ohai-with-amazon-changeLamont Granquist2017-04-031-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add back amazon and allow failuresLamont Granquist2017-04-031-18/+37
| | | | | | this will probably help with debugging it seems like a bit of a mess Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* openssh cookbook is busted with amazonlinuxLamont Granquist2017-04-031-18/+18
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* also revert bumping cheffish+chef-zeroLamont Granquist2017-04-031-3/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* chef code changes for changing amazon platform_familyLamont Granquist2017-04-038-11/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* roll back accidentall roll back of nokogiriLamont Granquist2017-04-031-11/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping Gemfile.lock to pick up ohai amazon changeLamont Granquist2017-04-031-13/+13
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #5990 from chef/lcg/zypper-gpgThom May2017-04-035-93/+46
|\ | | | | Chef-13: turn on zypper gpg checks by default
| * Chef-13: turn on zypper gpg checks by defaultlcg/zypper-gpgLamont Granquist2017-04-025-93/+46
| | | | | | | | | | | | | | | | | | | | Adds a gpg_check property to the resource to turn them off on a per-resource basis. The global config is also preserved. The global config will warn once if you have it set to turn off gpg checks. The per-resource property will not warn (presumably you know you're doing something bad when you turn it off). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #5994 from chef/lcg/knife-search-no-resultsThom May2017-04-033-2/+44
|\ \ | | | | | | Chef-13 knife search exit 1 when no results
| * | Chef-13 knife search exit 1 when no resultslcg/knife-search-no-resultsLamont Granquist2017-04-023-2/+44
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Merge pull request #5989 from chef/lcg/deprecated-knife-subcommand-apisThom May2017-04-036-153/+5
|\ \ \ | | | | | | | | Chef-13: remove deprecated knife subcommand APIs
| * | | clean up one more CustomManifestLoader stray referencelcg/deprecated-knife-subcommand-apisLamont Granquist2017-04-021-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | also helps to remove the specs for the removed libraryLamont Granquist2017-04-021-41/+0
| | | | | | | | | | | | | | | | | | | | | | | | otherwise things go boom immediately in rspec... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | remove now-unnecessary fileLamont Granquist2017-04-021-69/+0
| | | | | | | | | | | | | | | | | | | | | | | | forgot to clean this up Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | Chef-13: remove deprecated knife subcommand APIsLamont Granquist2017-04-013-40/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Merge pull request #5991 from chef/lcg/package-optionsThom May2017-04-037-12/+19
|\ \ \ \ | | | | | | | | | | Chef-13: coerce package options property to an Array
| * | | | Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-027-12/+19
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Windows side we still can't support this kind of API, this is for Unix-ey stuff. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 13.0.88 by Chef Versioner.v13.0.88Chef Versioner2017-04-035-17/+11
| | | |
* | | | Merge pull request #5942 from criteo-forks/fix_gem_installerThom May2017-04-032-4/+76
|\ \ \ \ | | | | | | | | | | Fix cookbook gem installer
| * | | | Add unit test for gem installerMaxime Brugidou2017-03-281-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibf4a53b9f687882f84932433cc3d45e084e3a29e Signed-off-by: Maxime Brugidou <m.brugidou@criteo.com>
| * | | | Fix cookbook gem installerMaxime Brugidou2017-03-271-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current gem installer does not work if multiple cookbook request the same gem. The solution is to merge all the gem requirements for the same gem. If multiple cookbooks have conflicting constraints, the install will fail anyway. This bug affects Chef 12 too and make the feature almost unusable. Change-Id: I73bdb3db94052dadc4bac7bf03f74db8c420aad5 Signed-off-by: Maxime Brugidou <m.brugidou@criteo.com>
* | | | | Bump version of chef to 13.0.87 by Chef Versioner.v13.0.87Chef Versioner2017-04-025-14/+14
| | | | |
* | | | | Merge pull request #5993 from chef/lcg/remove-iconvLamont Granquist2017-04-024-8/+18
|\ \ \ \ \ | |_|_|/ / |/| | | | Chef-13: remove iconv from the chef build
| * | | | [ci skip] add RELNOTES on iconv removallcg/remove-iconvLamont Granquist2017-04-021-0/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | Chef-13: remove iconv from the chef buildLamont Granquist2017-04-023-8/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pulls in chef/omnibus-software#806 and removes iconv from both nokogiri and ruby. ruby hasn't needed iconv since 1.9.x and everyone should be using the Encoding library by now. nokogiri will lose support for things like Shift-JIS inside of XML but UTF-8, UTF-16LE/BE, ISO-8851-1(Latin-1), ASCII and "HTML" encoding are all supported by nokogiri natively. if users need more they need to be maintaining their own nokogiri installs and accept the maintenance costs themselves. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 13.0.86 by Chef Versioner.v13.0.86Chef Versioner2017-04-025-13/+15
| | | |
* | | | Merge pull request #5988 from chef/lcg/deprecated-resource-resolver-apiLamont Granquist2017-04-021-5/+0
|\ \ \ \ | |/ / / |/| | | Chef-13: Remove deprecated Chef::ResourceResolver.resource API
| * | | Chef-13: Remove deprecated Chef::ResourceResolver.resource APILamont Granquist2017-04-011-5/+0
|/ / / | | | | | | | | | | | | | | | Removes an alias to Chef::ResourceResolver.resource_name Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Note final removal of run_command API in RELEASE_NOTESLamont Granquist2017-04-011-0/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.85 by Chef Versioner.v13.0.85Chef Versioner2017-04-025-10/+17
| | |
* | | Merge pull request #5984 from chef/lcg/notifying-array-resourcesLamont Granquist2017-04-018-29/+111
|\ \ \ | | | | | | | | Chef-13: fix notifying array resources
| * | | nokogiri 1.6 snuck back in againLamont Granquist2017-03-311-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | can't wait for that 1.8 release with 2.4 support... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | bump deps, mostly for poise againLamont Granquist2017-03-311-15/+15
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | [ci skip] note slight breakage in RELEASE_NOTESLamont Granquist2017-03-311-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | Chef-13: fix notifying array resourcesLamont Granquist2017-03-316-19/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this also deprecates the multi-resource notification syntax where `foo[a,b]` would attempt to notify both `foo[a]` and `foo[b]` because that is hella ambiguous. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 13.0.84 by Chef Versioner.v13.0.84Chef Versioner2017-04-015-10/+14
| | | |
* | | | Merge pull request #5985 from chef/lcg/remove-run-commandLamont Granquist2017-04-0142-887/+118
|\ \ \ \ | |/ / / |/| | | Chef-13: remove deprecated run_command API entirely
| * | | need to call load_current_resource before this testLamont Granquist2017-04-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | i wonder what it was tesing before... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | few more stray popen4 failing specsLamont Granquist2017-04-012-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | also need to wrap Errno::EPIPE here at leastLamont Granquist2017-04-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | possibly others Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | revert back to throwing Chef::Exceptions::CronLamont Granquist2017-04-012-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix remaining specs for popen4 removalLamont Granquist2017-04-015-75/+34
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | try using pty on aix with ruby 2.4Lamont Granquist2017-04-011-38/+20
| | | | | | | | | | | | | | | | | | | | | | | | perhaps this has been fixed now? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | convert remaining popen4 code to shell_outLamont Granquist2017-04-015-78/+35
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | remove the specs, remove include from shell_specLamont Granquist2017-03-312-110/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | remove popen4 from cron resource + fix specsLamont Granquist2017-03-313-60/+21
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | remove the platform-specific run_command codeLamont Granquist2017-03-312-291/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-3128-233/+0
|/ / / | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.83 by Chef Versioner.v13.0.83Chef Versioner2017-03-315-11/+10
| | |