summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix priority to accept 1-99 not 0-99yum_repo_cleanupTim Smith2017-12-192-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the regex from every string propertyTim Smith2017-12-191-21/+21
| | | | | | We copied this in from the cookbook and I assume at one point there was a reason for it, but I can't think of one now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #6692Chef Expeditor2017-12-191-3/+4
|
* Merge pull request #6692 from chef/resource_specsTim Smith2017-12-1958-1397/+1358
|\ | | | | Cleanup to some of the resource specs
| * Move zypper_repo tests out of linux only and cleanupresource_specsTim Smith2017-12-191-27/+17
| | | | | | | | | | | | | | | | The alias tests I added don't actually work, but everything was in linux only so I didn't notice. Move the things out of linux only that can run on any platform and remove the alias tests for now. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a test for the name property in subversion resourceTim Smith2017-12-181-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve the windows_path specsTim Smith2017-12-181-4/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve the yum_repository resource specsTim Smith2017-12-182-9/+61
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve the zypper_repository resource specsTim Smith2017-12-181-5/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Cleanup for resource specsTim Smith2017-12-1858-1377/+1281
| | | | | | | | | | | | | | | | | | Convert everything to let and update the tense Nothing real magical here, but gets us one step closer to uniformity in the specs Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.6.48 by Expeditorv13.6.48Chef Expeditor2017-12-195-11/+12
| |
* | Merge pull request #6652 from sandratiffin/CHEF-3058Tim Smith2017-12-193-10/+30
|\ \ | | | | | | fix for data bag names partially matching search reserved words
| * | fix for data bag names partially matching search reserved wordsSandra Tiffin2017-12-123-10/+30
| | | | | | | | | | | | Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
* | | Bump version to 13.6.47 by Expeditorv13.6.47Chef Expeditor2017-12-195-11/+12
| | |
* | | Merge pull request #6693 from chef/cleanupTim Smith2017-12-191-26/+8
|\ \ \ | | | | | | | | Modernize directory resource
| * | | Chefstyle fixTim Smith2017-12-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Modernize directory resourceTim Smith2017-12-181-26/+8
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 13.6.46 by Expeditorv13.6.46Chef Expeditor2017-12-195-11/+12
| | | |
* | | | Merge pull request #6684 from chef/ifconfig_resourceThom May2017-12-192-162/+29
|\ \ \ \ | | | | | | | | | | Modernize the ifconfig resource
| * | | | Fix identity on device propertyifconfig_resourceTim Smith2017-12-181-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Modernize the ifconfig resourceTim Smith2017-12-182-161/+29
| |/ / / | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 13.6.45 by Expeditorv13.6.45Chef Expeditor2017-12-195-11/+12
| | | |
* | | | Merge pull request #6690 from chef/tm+nk/verify-commandThom May2017-12-194-6/+38
|\ \ \ \ | |/ / / |/| | | Slight improvements to validation failures
| * | | feed chefstyletm+nk/verify-commandThom May2017-12-182-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | Slight improvements to validation failures. Shows the failing command if ↵Noah Kantrowitz2017-12-184-6/+38
| | | | | | | | | | | | | | | | | | | | possible and doesn't show anything for sensitive resources to be safe. Refs https://github.com/chef/chef/issues/4793 and ping @chef/client-core for review.
* | | | Bump version to 13.6.44 by Expeditorv13.6.44Chef Expeditor2017-12-195-11/+12
| | | |
* | | | Merge pull request #6685 from chef/osx_profileTim Smith2017-12-181-40/+10
|\ \ \ \ | | | | | | | | | | Modernize osx_profile resource
| * | | | Modernize osx_profile resourceTim Smith2017-12-151-40/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 13.6.43 by Expeditorv13.6.43Chef Expeditor2017-12-185-11/+12
| |_|_|/ |/| | |
* | | | Merge pull request #6689 from chef/resource_provider_magicTim Smith2017-12-182-45/+28
|\ \ \ \ | |_|/ / |/| | | Modernize cookbook_file resource and expand specs
| * | | Update lazy usage per code reviewresource_provider_magicTim Smith2017-12-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Modernize cookbook_file and expand specsTim Smith2017-12-182-45/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't hardcode the provider since the provider already has a provides line Test the source logic default properly by creating the resource name as a absolute path, which is how the user would use it Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 13.6.42 by Expeditorv13.6.42Chef Expeditor2017-12-185-11/+12
| | | |
* | | | Merge pull request #6660 from chef/tm/credentialsThom May2017-12-1812-100/+287
|\ \ \ \ | |/ / / |/| | | implement credential management
| * | | ensure that the Config object is reset before each testtm/credentialsThom May2017-12-181-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | respond to review requestsThom May2017-12-182-1/+21
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | Specify a profile on the command lineThom May2017-12-185-4/+18
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | fixup! implement credential managementThom May2017-12-151-1/+1
| | | |
| * | | ensure we set up the raw key correctlyThom May2017-12-151-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | Generate a credentials fileThom May2017-12-142-96/+22
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | implement credential managementThom May2017-12-136-1/+226
| | |/ | |/| | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version to 13.6.41 by Expeditorv13.6.41Chef Expeditor2017-12-185-11/+12
| | |
* | | Merge pull request #6683 from chef/reboot_resourceThom May2017-12-183-20/+78
|\ \ \ | | | | | | | | Modernize reboot resource and add spec
| * | | Modernize reboot resource and add specTim Smith2017-12-153-20/+78
| | |/ | |/| | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.6.40 by Expeditorv13.6.40Chef Expeditor2017-12-185-11/+12
| | |
* | | Merge pull request #6686 from chef/msu_and_cab_defaultsThom May2017-12-184-12/+37
|\ \ \ | |/ / |/| | Fix bugs in handling 'source' in msu_package and cab_package
| * | These specs can't be written in a cross platform waymsu_and_cab_defaultsTim Smith2017-12-162-10/+0
| | | | | | | | | | | | | | | | | | The path helper does exactly what we expect it to and that makes this only work on *nix Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix bugs in handling 'source' in msu_package and cab_packageTim Smith2017-12-154-11/+46
|/ / | | | | | | | | | | | | | | | | | | | | | | | | The two issues fixed here: 1) cab_package did not require source, but didn't set it from the resource name so cab_package 'xyz.cab' would just fail since source was nil 2) msu_package would coerce the resource name and not package_name so if you overwrote the package name you would also have to set the source, although you wouldn't realize that until it failed oddly So the solution here is to set the source value to package_name by default and that gets coerced into a path as was previously done. This adds tests for this behavior and the coerce behavior itself to both resources. This fixes issue #6674 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.6.39 by Expeditorv13.6.39Chef Expeditor2017-12-155-11/+12
| |
* | Merge pull request #6673 from chef/shain/move_git_and_docker_cookbook_testsLamont Granquist2017-12-156-30/+10
|\ \ | | | | | | Move docker and git top cookbook tests to travis