summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add the same logic to other actionsdnf_yum_repoTim Smith2018-01-151-2/+12
| | | | | | Missed that entirely Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix yum_repository to properly reload chef's package cache post repo setupTim Smith2018-01-151-7/+12
| | | | | | Without this you cannot install a package that is in that repository. We already did this for the yum cache, but not for the DNF cache. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.7.10 by Expeditorv13.7.10Chef Expeditor2018-01-155-14/+15
|
* Merge pull request #6738 from cramaechi/CHEF-5055Tim Smith2018-01-151-2/+6
|\ | | | | Fix knife status to show seconds when needed #5055
| * Fix IndentationChibuikem Amaechi2018-01-111-4/+4
| | | | | | | | Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
| * Fix knife status to show seconds when needed #5055Chibuikem Amaechi2018-01-101-2/+6
|/ | | | | | | | | | | | | When a node.save operation is executed and a "knife status" is immediately executed I get "xx minutes" instead of "xx seconds". The code behind 'knife status' isn't designed to have the ability to format the time difference in seconds. To remediate issue, make sure there is a condition in place to format the time difference in seconds when appropriate. Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
* Merge pull request #6730 from chef/acceptanceLamont Granquist2018-01-081-2/+2
|\ | | | | Update the acceptance chef-config pin for chef 14
| * Update the acceptance chef-config pin for chef 14acceptanceTim Smith2018-01-041-2/+2
| | | | | | | | | | | | There's no reason to exclude chef 13 at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.7.9 by Expeditorv13.7.9Chef Expeditor2018-01-085-11/+12
| |
* | Merge pull request #6732 from chef/deprecationsLamont Granquist2018-01-082-3/+8
|\ \ | | | | | | Enable the deprecation for use_inline_resource
| * | Enable the spec use_inline_resoruces deprecationdeprecationsTim Smith2018-01-051-1/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Enable the deprecation for use_inline_resourceTim Smith2018-01-041-2/+8
| |/ | | | | | | | | | | Toss in some yard while I'm in here as well Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.7.8 by Expeditorv13.7.8Chef Expeditor2018-01-085-11/+12
| |
* | Fix dscl group provider gid_used? (#6703)Sean Karlage2018-01-082-7/+20
| | | | | | | | | | | | | | | | | | | | Use dscl search verb in gid_used? `dscl` has a search verb which makes checking whether a gid is currently used much easier than parsing string output of listing all gids. Signed-off-by: Sean Karlage <skarlage@fb.com>
* | Bump version to 13.7.7 by Expeditorv13.7.7Chef Expeditor2018-01-085-11/+12
| |
* | Merge pull request #6688 from ↵Bryan McLellan2018-01-084-42/+141
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/vasundhara/chef#6638_windows_task_not_fully_idempotent Fix windows_task resource not being idempotent for random_delay and execution_time_limit
| * | Fixed review comments.Vasu11052018-01-052-6/+7
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Fixed chefstyle issueVasu11052018-01-051-4/+4
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Fixed chefstyle issuesVasu11052018-01-053-22/+22
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Added new specs and updated code to handle more scenariosVasu11052018-01-054-15/+126
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | chef#6638 fixed random_delay and execution_time_limit property not ↵Vasu11052018-01-053-40/+27
| |/ | | | | | | | | | | idempotent for windows_task resource Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 13.7.6 by Expeditorv13.7.6Chef Expeditor2018-01-085-11/+12
| |
* | Merge pull request #6737 from chef/ruby243Thom May2018-01-084-44/+42
|\ \ | | | | | | Update to Ruby 2.4.3
| * | Update to Ruby 2.4.3ruby243Tim Smith2018-01-054-44/+42
|/ / | | | | | | | | | | | | | | | | This resolves this CVE https://www.ruby-lang.org/en/news/2017/12/14/net-ftp-command-injection-cve-2017-17405/ It also backports a few bugfixes from 2.5.0: https://github.com/ruby/ruby/compare/v2_4_2...v2_4_3 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.7.5 by Expeditorv13.7.5Chef Expeditor2018-01-055-11/+12
| |
* | Merge pull request #6735 from get9/fix-dscl-home-existsTim Smith2018-01-052-1/+27
|\ \ | | | | | | Check for set home property before file existence (fixes #5777)
| * | Check for set home property before file existence (fixes #5777)Sean Karlage2018-01-042-1/+27
| |/ | | | | | | Signed-off-by: Sean Karlage <skarlage@fb.com>
* | Merge pull request #6731 from chef/travis_speedupThom May2018-01-051-1/+0
|\ \ | | | | | | Don't run sudo on every travis job
| * | Don't run sudo on every travis jobtravis_speedupTim Smith2018-01-041-1/+0
| |/ | | | | | | | | | | | | We already specify sudo where we need it. Enabling it everywhere just means we have to run full boxes that take longer to spin up. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #6733 from chef/adamleff/bump-inspec-1.49.2Thom May2018-01-051-10/+10
|\ \ | | | | | | Bump deps to pick up InSpec v1.49.2
| * | Bump deps to pick up InSpec v1.49.2adamleff/bump-inspec-1.49.2Adam Leff2018-01-041-10/+10
| |/ | | | | | | Signed-off-by: Adam Leff <adam@leff.co>
* | Merge pull request #6627 from ↵Thom May2018-01-052-2/+10
|\ \ | |/ |/| | | | | MsysTechnologiesllc/vasundhara/issue_6073_allow_forcing_sensitive_to_false_on_execute_or_batch_resource [MSYS-725] [chef#6073] allow forcing sensitive to false on execute and batch resource if password is set.
| * [MSYS-725] [chef#6073] allow forcing senistive to false on execute and batch ↵Vasu11052017-12-262-2/+10
| | | | | | | | | | | | resource Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 13.7.4 by Expeditorv13.7.4Chef Expeditor2018-01-035-11/+12
| |
* | Merge pull request #6699 from chef/windows_pathThom May2018-01-033-12/+5
|\ \ | | | | | | Modernize windows_path resource
| * | Don't restrict the provides to os: windowswindows_pathTim Smith2018-01-022-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add the missing providesTim Smith2017-12-211-1/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Modernize windows_path resourceTim Smith2017-12-212-10/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.7.3 by Expeditorv13.7.3Chef Expeditor2018-01-035-12/+13
| | |
* | | Merge pull request #6711 from chef/simplify_providesThom May2018-01-034-5/+5
|\ \ \ | | | | | | | | Don't check both platform_family / os in provides when platform_family will do
| * | | Set smartos_package back to platform_familysimplify_providesTim Smith2018-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's the same thing and our tests are constructed in a way that platform_family is necessary here. It's not worth unravelling that to use platform here Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Just use platform for smartos as wellTim Smith2017-12-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Don't check both platform_family / os in provides when platform_family will doTim Smith2017-12-214-4/+4
| |/ / | | | | | | | | | | | | | | | We're already going specific enough here to identify the platform_family. Debian is always going to be on Linux and SmartOS on Solaris2. Don't both checking both. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.7.2 by Expeditorv13.7.2Chef Expeditor2018-01-025-11/+12
| | |
* | | Merge pull request #6726 from chef/new_knife_docTim Smith2018-01-022-2/+2
|\ \ \ | | | | | | | | Update the knife editor error message to point to the correct document
| * | | Update the knife editor error message to point to the correct documentnew_knife_docTim Smith2018-01-022-2/+2
|/ / / | | | | | | | | | | | | | | | I updated the structure of the knife documentation a while back and we have a dedicated doc for setting up knife now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.7.1 by Expeditorv13.7.1Chef Expeditor2018-01-025-11/+12
| | |
* | | Merge pull request #6710 from chef/useless_regexTim Smith2018-01-021-1/+1
|\ \ \ | | | | | | | | Remove a useless regex in zypper_repository resource
| * | | Remove a useless regex in zypper_repositoryuseless_regexTim Smith2017-12-211-1/+1
| |/ / | | | | | | | | | | | | | | | Pretty sure I mistakenly copied this from yum_repository. There's no real point and it's just going to slow things down. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #6722 from chef/tm/13_7Thom May2018-01-024-8/+8
|\ \ \ | | | | | | | | bump minor to 13.7