summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove learnchef tests for CentOS 7learnchefTim Smith2017-10-203-18/+4
| | | | | | The learnchef site only shows how to do this on Ubuntu 14.04 and the code they give will not work on RHEL since the module names for httpd are different. We should get them updated to 16.04, but there's no need for us to test this on CentOS. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the Berksfile.lockTim Smith2017-10-201-91/+0
| | | | | | If we ship a new cookbook that would break learnchef we should know. This way we do. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the data bag formatTim Smith2017-10-201-2/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch back to the official lamp cookbookTim Smith2017-10-202-3/+3
| | | | | | My PR has been merged back in Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the test directive from .kitchen.ymlTim Smith2017-10-201-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump integration test deps and remove unneeded depsTim Smith2017-10-202-103/+219
| | | | | | | Use Chef 13 Remove kitchen-ec2, kitchen-vagrant, and vagrant-wrapper Signed-off-by: Tim Smith <tsmith@chef.io>
* Pull in the latest openssh for testingTim Smith2017-10-201-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Rename the learnchef suitesTim Smith2017-10-204-7/+7
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove audit cookbook files not necessary for testingTim Smith2017-10-202-110/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove attributes from the kitchen config that are now defaultTim Smith2017-10-201-3/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Swap awesome_customers for the new learnchef 'lamp' cookbookTim Smith2017-10-208-50/+45
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Enable testing in FedoraTim Smith2017-10-201-55/+56
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.5.25 by Expeditorv13.5.25Chef Expeditor2017-10-205-11/+12
|
* Merge pull request #6468 from coderanger/deprecate-deployNoah Kantrowitz2017-10-193-1/+28
|\ | | | | Deprecate the deploy resource and family
| * Add some release notes. Noah Kantrowitz2017-10-191-1/+12
| | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Deprecate the deploy resource and family.Noah Kantrowitz2017-10-032-0/+16
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 13.5.24 by Expeditorv13.5.24Chef Expeditor2017-10-195-11/+12
| |
* | Merge pull request #6510 from chef/nodes_not_hereAdam Leff2017-10-193-4/+3
|\ \ | | | | | | Fix remote_file with UNC paths failing
| * | Fix remote_file with UNC paths failingnodes_not_hereTim Smith2017-10-193-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our check here to see if we're on Windows uses node data that's not available in this context. Use the same Chef::Platform.windows? check we use above. Without this you get the following error: [2017-10-02T21:40:42+00:00] DEBUG: Re-raising exception: NameError - remote_file[c:/foo/bar] (foo::default line 14) had an error: NameError: undefined local variable or method `node' for #<Chef::Provider::RemoteFile::NetworkFile:0x00000000064c0148> Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.5.23 by Expeditorv13.5.23Chef Expeditor2017-10-195-11/+12
| | |
* | | Merge pull request #6511 from chef/adamleff/bump-inspecTim Smith2017-10-191-19/+19
|\ \ \ | |/ / |/| | Bump dependencies to pull in new InSpec
| * | Bump dependencies to pull in new InSpecAdam Leff2017-10-191-19/+19
|/ / | | | | | | Signed-off-by: Adam Leff <adam@leff.co>
* | Bump version to 13.5.22 by Chef Expeditorv13.5.22Chef Expeditor2017-10-175-11/+12
| |
* | Merge pull request #6437 from MsysTechnologiesllc/dh/array_choco_pkg_artifactoryBryan McLellan2017-10-162-9/+16
|\ \ | | | | | | [MSYS-647] array support for choco pkg from artifactory
| * | update code to fix appveyor issuesAdministrator2017-10-051-10/+3
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | Fix travis failuresdheerajd-msys2017-09-291-1/+3
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | Fix review commentsdheerajd-msys2017-09-291-26/+8
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | Fix dependent packagedheerajd-msys2017-09-291-7/+12
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | array support for choco pkg from artifactorydheerajd-msys2017-09-291-1/+26
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | Bump version to 13.5.21 by Chef Expeditorv13.5.21Chef Expeditor2017-10-175-11/+12
| | |
* | | Merge pull request #6473 from MsysTechnologiesllc/piyush/update_TestDSCParserBryan McLellan2017-10-165-38/+182
|\ \ \ | | | | | | | | MSYS-684: Added parser for DSC configuration
| * | | MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-055-38/+182
| | | | | | | | | | | | | | | | Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
* | | | Bump version to 13.5.20 by Chef Expeditorv13.5.20Chef Expeditor2017-10-165-11/+12
| | | |
* | | | Merge pull request #6497 from chef/fix-linux-rebooterThom May2017-10-162-14/+29
|\ \ \ \ | | | | | | | | | | fix rebooter for solaris and background reboots
| * | | | fix rebooter for solaris and background rebootsfix-linux-rebooterLamont Granquist2017-10-132-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #5026 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 13.5.19 by Chef Expeditorv13.5.19Chef Expeditor2017-10-135-11/+12
| | | | |
* | | | | Merge pull request #6394 from ↵Bryan McLellan2017-10-135-13/+92
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | chef/ash/add_none_frequency_to_windows_task_resource Windows: Added :none frequency to windows_task resource
| * | | | 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>
* | | | | Bump version to 13.5.18 by Chef Expeditorv13.5.18Chef Expeditor2017-10-115-12/+13
| | | | |
* | | | | Merge pull request #6490 from chef/lcg/dnf-platform-tweaksLamont Granquist2017-10-112-9/+19
|\ \ \ \ \ | | | | | | | | | | | | only rhel >= 8 and fedora >= 22 get dnf
| * | | | | pick up dnf on amazon linux more dynamicallylcg/dnf-platform-tweaksLamont Granquist2017-10-102-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | only rhel >= 8 and fedora >= 22 get dnfLamont Granquist2017-10-102-9/+9
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the shell_out approach to parse the version string from rpm is a bit of a failed experiment. the shell_out that gets incurred on every package provider is a bit terrible for performance. DNF < 1.00 has also never formally landed in any distribution and its very difficult at this point to deploy it. when amazon deploys DNF we should add a version comparison for that. If this patch causes issues we can go back to adding some form of `provides :package ... { which("dnf" }` That will be much faster than having the shell_out(). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Merge pull request #6488 from chef/changelog_cleanupThom May2017-10-101-14/+10
|\ \ \ \ \ | | | | | | | | | | | | A bit of changelog cleanup
| * | | | | A bit of changelog cleanupchangelog_cleanupTim Smith2017-10-101-14/+10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some items that don't matter. Remove internal Chef ticket numbers. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 13.5.17 by Chef Expeditorv13.5.17Chef Expeditor2017-10-105-11/+12
| | | | |
* | | | | Support new CriticalOhaiPlugins (#6486)Phil Dibowitz2017-10-092-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | We should not stack-trace, we should exit with a clean error Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | | | | Bump version to 13.5.16 by Chef Expeditorv13.5.16Chef Expeditor2017-10-095-11/+12
| | | | |
* | | | | Merge pull request #6461 from grekasius/chef_client_signal_handlingLamont Granquist2017-10-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Sleep for another interval after handling SIGHUP