summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Dockerfile to use RHEL6 buildtduffield/docker-rhel6Tom Duffield2018-01-181-1/+1
| | | | | | | RHEL5 has been EOL and builds are no longer being produced. Move the Dockerfile to use RHEL6. Signed-off-by: Tom Duffield <tom@chef.io>
* Bump version to 13.7.12 by Expeditorv13.7.12Chef Expeditor2018-01-175-11/+12
|
* Merge pull request #6745 from chef/lcg/fix-non-daemonized-umaskLamont Granquist2018-01-171-0/+1
|\ | | | | fix non-daemonized umask
| * fix non-daemonized umasklcg/fix-non-daemonized-umaskLamont Granquist2018-01-161-0/+1
| | | | | | | | | | | | We are ignoring this setting in non-daemonized (--no-fork) runs. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #6748 from chef/lcg/hardocde-tmpdir-aix-specLamont Granquist2018-01-172-7/+9
|\ \ | | | | | | use TMPDIR correctly in initscript
| * | missed oneLamont Granquist2018-01-171-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix bff tests for tmpdirLamont Granquist2018-01-171-3/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | use TMPDIR correctly in initscriptlcg/hardocde-tmpdir-aix-specLamont Granquist2018-01-171-4/+6
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 13.7.11 by Expeditorv13.7.11Chef Expeditor2018-01-175-11/+12
| |
* | Merge pull request #6637 from chef/lcg/cleanup-node-mapLamont Granquist2018-01-171-32/+33
|\ \ | | | | | | simplify node_map logic
| * | fix priority array orderlcg/cleanup-node-mapLamont Granquist2017-12-081-2/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | simplify node_map logicLamont Granquist2017-12-081-32/+31
| | | | | | | | | | | | | | | | | | | | | flattens out the internal data structure and removes some excessive defensive coding. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Merge pull request #6746 from chef/shain/force_delete_tmpdirThom May2018-01-171-1/+1
|\ \ \ | |_|/ |/| | Force deletion of tmpdir with sudo
| * | Force deletion of tmpdir with sudoshain/force_delete_tmpdirScott Hain2018-01-161-1/+1
|/ / | | | | | | | | | | This makes sure we don't fail on the very slim chance that an OS generated file (lookin' at you, AIX) ends up in this directory and blocks deletion. Signed-off-by: Scott Hain <shain@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>