summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* travis caught another speclcg/lwrp-test-speedupLamont Granquist2017-12-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* speedup lwrp testsLamont Granquist2017-12-064-34/+55
| | | | | | | | | | | | | | | | | | reset the global resource and provider handler maps before each and every test. note that mutation through the top-level keys will get preserved so this is not perfect, but deep-duping through every single test we run becomes expensive. this is sufficient to flush out the global state of all the test lwrp fixtures that we setup. it discovered several usage bugs where we either relied on this feature or where we were testing different fixtures from the ones we thought we were. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 13.6.26 by Expeditorv13.6.26Chef Expeditor2017-12-065-12/+12
|
* Merge pull request #6617 from chef/improved_task_loggingThom May2017-12-061-23/+29
|\ | | | | Improved windows_task logging
| * Use converge_by to perform actual resource updatesTim Smith2017-12-051-19/+19
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Clarify why we're not doing anything hereTim Smith2017-12-051-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add debug logging for the task existingTim Smith2017-12-051-0/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix typos that prevented loggingTim Smith2017-12-051-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.6.25 by Expeditorv13.6.25Chef Expeditor2017-12-055-10/+12
| |
* | Merge pull request #6616 from chef/new_ohaiTim Smith2017-12-052-5/+17
|\ \ | |/ |/| Update InSpec to 1.47 and Ohai to 13.7
| * Update InSpec to 1.47 and Ohai to 13.7Tim Smith2017-12-052-5/+17
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #6614Chef Expeditor2017-12-051-4/+4
|
* Merge pull request #6614 from chef/opensuse_testingTim Smith2017-12-048-5/+41
|\ | | | | Add openSUSE testing in Travis & expand cookbooks we test
| * Make sure we install sudo on opensuseTim Smith2017-12-041-0/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix the name of the opensuse kitchen boxTim Smith2017-12-041-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Chefstyle fixTim Smith2017-12-041-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove locale from the kitchen tests for nowTim Smith2017-12-043-5/+0
| | | | | | | | | | This cookbook needs some work Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add opensuse testing to TravisTim Smith2017-12-011-0/+18
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Exclude non-learnchef platforms from awesome chef cookbooksTim Smith2017-12-012-0/+4
| | | | | | | | | | | | There's no expectation that this will ever run on opensuse, amazon, or fedora Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add git and locale cookbooksTim Smith2017-12-014-1/+15
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add the cron cookbookTim Smith2017-12-012-0/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Don't include the ubuntu cookbook on DebianTim Smith2017-12-011-4/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add back the sysadmin group for sudoTim Smith2017-12-011-0/+1
| | | | | | | | | | | | We're adding the sysadmin group in the users cookbook. The update to the sudo cookbook took this out. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove telnet for testing as it break opensuse for odd reasonsTim Smith2017-12-011-1/+1
|/ | | | | | | | | | | | | | | | It's not a chef thing. It's an SUSE thing. Reading installed packages... Resolving package dependencies... Problem: conflicting requests Solution 1: remove lock to allow installation of telnet-1.2-170.3.x86_64[openSUSE-Leap-42.3-Oss] Solution 2: remove lock to allow installation of telnet-1.2-170.3.x86_64[openSUSE-Leap-42.3-0] Solution 3: do not ask to install a solvable providing telnet.x86_64 = 1.2-170.3 Choose from above solutions by number or cancel [1/2/3/c] (c): Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.6.24 by Expeditorv13.6.24Chef Expeditor2017-12-015-10/+12
|
* Merge pull request #6590 from mal/knife-ssh-prefixLamont Granquist2017-12-013-80/+168
|\ | | | | Knife SSH prefix option
| * Add custom prefix attribute support to knife sshMal Graty2017-11-283-20/+131
| | | | | | | | Signed-off-by: Mal Graty <mal.graty@googlemail.com>
| * Refactor SSH attributeMal Graty2017-11-283-60/+37
| | | | | | | | Signed-off-by: Mal Graty <mal.graty@googlemail.com>
| * TyposMal Graty2017-11-282-2/+2
| | | | | | | | Signed-off-by: Mal Graty <mal.graty@googlemail.com>
* | Update CHANGELOG.md with details from pull request #6611Chef Expeditor2017-12-011-3/+4
| |
* | Merge pull request #6611 from chef/amazon_testingTim Smith2017-12-015-126/+267
|\ \ | | | | | | Add Amazon Linux testing to PRs in Travis
| * | Remove the old amazon travis defamazon_testingTim Smith2017-12-011-18/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use the new amazon compatible openssh cookbookTim Smith2017-11-301-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add Amazon Linux kitchen run to TravisTim Smith2017-11-301-0/+18
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update the test depsTim Smith2017-11-301-93/+227
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | A == top of the listTim Smith2017-11-301-8/+8
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix bad CentOS 6 kitchen configTim Smith2017-11-301-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add additional platforms to the kitchen configTim Smith2017-11-301-2/+9
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Test on the latest cookbooksTim Smith2017-11-301-3/+3
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | add future commentsLamont Granquist2017-11-302-0/+20
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 13.6.23 by Expeditorv13.6.23Chef Expeditor2017-11-295-11/+12
| |
* | Merge pull request #6576 from cma-arnold/masterLamont Granquist2017-11-292-18/+80
|\ \ | | | | | | Hide sensitive properties in converge_if_changed.
| * | Hide sensitive properties in converge_if_changed.Chris Arnold2017-11-272-18/+80
| | | | | | | | | | | | Signed-off-by: Chris Arnold <cma.arnold@gmail.com>
* | | Bump version to 13.6.22 by Expeditorv13.6.22Chef Expeditor2017-11-295-11/+12
| | |
* | | Merge pull request #6609 from chef/adamleff/bump-inspec-1.46.2Adam Leff2017-11-291-26/+21
|\ \ \ | | | | | | | | Bump dependencies to pick up InSpec v1.46.2
| * | | Bump dependencies to pick up InSpec v1.46.2adamleff/bump-inspec-1.46.2Adam Leff2017-11-291-26/+21
| | | | | | | | | | | | | | | | Signed-off-by: Adam Leff <adam@leff.co>
* | | | Bump version to 13.6.21 by Expeditorv13.6.21Chef Expeditor2017-11-295-11/+12
| | | |
* | | | Merge pull request #6541 from chef/path_idempotencyLamont Granquist2017-11-292-7/+5
|\ \ \ \ | | | | | | | | | | Fix windows_path converging on every run
| * | | | Fix typo in path specspath_idempotencyTim Smith2017-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Fix windows_path converging on every runTim Smith2017-11-281-6/+4
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>