summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated knife ssh --identity-file optionknife_ssh_identity_fileTim Smith2017-09-261-6/+1
| | | | | | This was replaced with --ssh_identity_file Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.4.35 by Chef Expeditorv13.4.35Chef Expeditor2017-09-265-11/+12
|
* Merge pull request #6434 from chef/jdm/win-task-start-dayTim Smith2017-09-263-9/+18
|\ | | | | Only accept MM/DD/YYYY for windows_task start_day
| * Fix another testjdm/win-task-start-dayJay Mundrawala2017-09-251-3/+3
| | | | | | | | Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>
| * Fix chefstyle issueJay Mundrawala2017-09-251-1/+1
| | | | | | | | Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>
| * Fix unit testsJay Mundrawala2017-09-251-2/+2
| | | | | | | | Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>
| * Update the testsJay Mundrawala2017-09-251-2/+7
| | | | | | | | Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>
| * Only accept MM/DD/YYYY for windows_task start_dayJay Mundrawala2017-09-251-2/+6
| | | | | | | | | | | | | | | | | | DateTime.parse is not really that well defined. It accepts a lot of different dates, however not `MM/DD/YYYY`. It does `DD/MM/YYYY`. We should be very specific in the format we accept, and continue to support `MM/DD/YYYY` as it was in the cookbook Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>
* | Bump version to 13.4.34 by Chef Expeditorv13.4.34Chef Expeditor2017-09-265-11/+12
| |
* | Merge pull request #6440 from chef/adamleff/bump-inspecThom May2017-09-261-13/+13
|\ \ | | | | | | Update dependencies to pull in InSpec v1.39.1
| * | Update dependencies to pull in InSpec v1.39.1Adam Leff2017-09-251-13/+13
|/ / | | | | | | Signed-off-by: Adam Leff <adam@leff.co>
* | Bump version to 13.4.33 by Chef Expeditorv13.4.33Chef Expeditor2017-09-255-11/+12
| |
* | Merge pull request #6432 from chef/tm/expeditor_labelsTim Smith2017-09-251-1/+4
|\ \ | | | | | | update expeditor labels
| * | update expeditor labelstm/expeditor_labelsThom May2017-09-221-1/+4
| |/ | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version to 13.4.32 by Chef Expeditorv13.4.32Chef Expeditor2017-09-255-12/+13
| |
* | Merge pull request #6438 from dimsh99/fix_for_5192Tim Smith2017-09-251-0/+2
|\ \ | |/ |/| Fix Knife search ID only option to actually filter result set
| * if id_only specified, create result filter containing magic filter onlyDmitry Shestoperov2017-09-241-0/+2
|/ | | | Signed-off-by: Dmitry Shestoperov <dmitry@shestoperov.info>
* Bump version to 13.4.31 by Chef Expeditorv13.4.31Chef Expeditor2017-09-225-11/+12
|
* Merge pull request #6431 from chef/yum_repoThom May2017-09-222-9/+18
|\ | | | | Add throttle and metalink options to yum_repository
| * Add support for metalink and throttle in yum_repositoryyum_repoTim Smith2017-09-212-1/+10
| | | | | | | | | | | | metalink shipped in Fedora 10. I'm not sure about throttle as it doesn't google well, but there's references to it going back 5 years at least. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Sort yum repository options alphabeticallyTim Smith2017-09-211-8/+8
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #6421 from chef/bye_bye_webappTim Smith2017-09-1820-326/+15
|\ | | | | Remove the webapp cookbook from integration tests
| * Remove the webapp cookbook from integration testsTim Smith2017-09-1820-326/+15
|/ | | | | | This isn't coming back. We'll replace it with the learnchef stuff in another PR. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #6420 from chef/exped_ignoreTim Smith2017-09-181-0/+3
|\ | | | | Wire up the expeditor: skip all label
| * Wire up the expeditor: skip all labelexped_ignoreTim Smith2017-09-181-0/+3
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.4.30 by Chef Expeditorv13.4.30Chef Expeditor2017-09-185-11/+12
|
* Merge pull request #6414 from chef/travis_integrationTim Smith2017-09-1818-191/+149
|\ | | | | Update dokken integration testing: dokken images, updated cookbook, debian 9
| * Add the multipackage stuff backtravis_integrationTim Smith2017-09-183-1/+11
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the new openssh cookbook to fix CentOS 7Tim Smith2017-09-181-1/+1
| | | | | | | | | | | | I fixed docker failures on CentOS 7 in the updated openssh cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the new selinuxTim Smith2017-09-181-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove multipackage from the berksfileTim Smith2017-09-181-3/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add back the openssh hackTim Smith2017-09-181-0/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use Chef's built in multipackageTim Smith2017-09-182-7/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the unnamed resource. Worth testingTim Smith2017-09-181-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use Bento slugs in kitchenTim Smith2017-09-181-4/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove carriage returnTim Smith2017-09-181-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update users cookbook usage to use the resourceTim Smith2017-09-181-1/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the URL to apache2 cookbookTim Smith2017-09-181-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove test files for old platformsTim Smith2017-09-184-56/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on the latest Ruby and disable Amazon Linux testingTim Smith2017-09-181-43/+43
| | | | | | | | | | | | It's been failing for a LONG time. We need to fix it, but lets not waste cycles for now Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add simple test cookbook readmesTim Smith2017-09-182-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove apt cookbook from BerksfilesTim Smith2017-09-182-4/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add metadata a normal cookbook would haveTim Smith2017-09-181-0/+11
| | | | | | | | | | | | Might as well test it all Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove reference to multipackage cookbookTim Smith2017-09-181-2/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the hack we handle in the kitchen configTim Smith2017-09-181-3/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test new cookbooks. The world has changed in 3 yearsTim Smith2017-09-184-41/+41
| | | | | | | | | | | | database::mysql was used to install the gem. It auto installs now. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the php version constraint in the berkfileTim Smith2017-09-181-1/+0
| | | | | | | | | | | | This is a 3 year old version of php. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fetch resolver from supermarketTim Smith2017-09-181-3/+0
| | | | | | | | | | | | There's no need to use github anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Chef 13 recipe updates and simplificationTim Smith2017-09-181-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add Debian 9 testingTim Smith2017-09-181-0/+18
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>