summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix spec and review commentsash/add_none_frequency_to_windows_task_resourceNAshwini2017-09-202-3/+3
| | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* Fixed the failing specs.NAshwini2017-09-202-3/+9
| | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* Added none frequency to windows task resourceNAshwini2017-09-204-11/+84
| | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* 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>
| * Switch to dokken images in Travis & update platformsTim Smith2017-09-181-32/+24
|/ | | | | | | Remove EOL CentOS 5 / openSUSE 13.2 Add Debian 9 / openSUSE Leap Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.4.29 by Chef Expeditorv13.4.29Chef Expeditor2017-09-185-11/+12
|
* Merge pull request #6416 from nemith/dnfThom May2017-09-181-1/+0
|\ | | | | Don't catch SIGCHLD from dnf_helper.py
| * Don't catch SIGCHLD from dnf_helper.pyBrandon Bennett2017-09-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dnf_helper.py was configured to catch the SIGCHLD signal and quit if it was received. In Fedora26 I have found that the fill_sack call in the dnf python package may shell out causing a SIHCHLD call. This results in no information as the helper just exits before finding a package. This removes the helper restoring the default handling of SIGCHLD which is to ingore it. Obvious fix. Fixes: 6393 Signed-off-by: Brandon Bennett <bbennett@fb.com>
* | Bump version to 13.4.28 by Chef Expeditorv13.4.28Chef Expeditor2017-09-185-11/+12
| |
* | Merge pull request #6417 from chef/apt_openTim Smith2017-09-173-3/+3
|\ \ | | | | | | Open apt resources up to prevent breaking change
| * | Open apt resources up to prevent breaking changeapt_openTim Smith2017-09-173-3/+3
|/ / | | | | | | | | | | | | | | | | If we want these to throw a no ops vs. a hard failure we need them to be wide open. Since a lot of people (including all of chef-cookbooks) have coded as if these will gracefully skip this would have been a breaking change. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.4.27 by Chef Expeditorv13.4.27Chef Expeditor2017-09-165-11/+12
| |
* | Merge pull request #6413 from chef/yum_shelloutTim Smith2017-09-161-2/+0
|\ \ | |/ |/| Remove unused requires in yum_repository
| * Remove unused requires in yum_repositoryyum_shelloutTim Smith2017-09-151-2/+0
| | | | | | | | | | | | We're not using http simple or shellout here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.4.26 by Chef Expeditorv13.4.26Chef Expeditor2017-09-155-11/+12
| |
* | Merge pull request #6408 from chef/zypper_repo_fix_v2Tim Smith2017-09-151-1/+1
|\ \ | |/ |/| Quiet the output of the zypper refresh and add force
| * Quite the output of the zypper refresh and add forcezypper_repo_fix_v2Tim Smith2017-09-141-1/+1
| | | | | | | | | | | | This is probably the sane set of options for an automated refresh approach. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.4.25 by Chef Expeditorv13.4.25Chef Expeditor2017-09-155-11/+14
| |
* | Merge pull request #6409 from chef/apt_resourcesTim Smith2017-09-1511-44/+55
|\ \ | | | | | | Replace which apt-get check with simple debian check in apt resources
| * | Remove the usage of an array for the platform_familyapt_resourcesTim Smith2017-09-147-7/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Replace which apt-get check with simple debian check in apt resourcesTim Smith2017-09-1410-43/+54
|/ / | | | | | | | | | | apt-get is a link to yast2 in suse so these resources fire there when someone wouldn't expect them to. Looking back we probably should have skipped the whole platform based no-op thing, but that ship sailed. This makes it behave the way a user would expect it to. What happens if you have apt compiled on your gentoo box? Well it's going to break. We'll just have to live with fixing it for 99.99% of users instead of the current 95%. Also: This is faster. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 13.4.24 to stableChef Expeditor2017-09-142-10/+12
| |