summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | MSYS-1230 Migrating windows_user_privilege resource from windows cookbookVasu11052020-02-234-1/+278
| | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | | Bump version to 16.0.85 by Chef Expeditorv16.0.85Chef Expeditor2020-02-267-19/+20
| |/ / |/| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9400 from chef/lcg/platform_version_sugarTim Smith2020-02-263-6/+23
|\ \ \ | | | | | | | | Convert the node[:platform_version] to a Chef::VersionString
| * | | Convert the node[:platform_version] to a Chef::VersionStringlcg/platform_version_sugarLamont Granquist2020-02-263-6/+23
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | `node[:platform_version] =~ "~> 1.2"` will now just work. This might conceivably be breaking if people are doing really weird things by the class changing (Chef::VersionString still inherits from String though, so it'll have to be weirdness on par with the bad `thing.class.to_s == "Mash"` kind of comparisons that were in ohai). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.84 by Chef Expeditorv16.0.84Chef Expeditor2020-02-267-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9397 from chef/platform_helpersTim Smith2020-02-267-9/+9
|\ \ \ | |/ / |/| | Use the chef-utils helpers in our resources
| * | Fix a spec to work with windows?platform_helpersTim Smith2020-02-251-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use the chef-utils helpers in our resourcesTim Smith2020-02-256-8/+8
| | | | | | | | | | | | | | | | | | Use the helpers we now ship to simplify platform detection. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.83 by Chef Expeditorv16.0.83Chef Expeditor2020-02-257-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9393 from chef/lcg/unified-mode3Tim Smith2020-02-2519-119/+113
|\ \ | | | | | | More unified mode conversion and resource cleanup
| * | convert move resources to unified_modelcg/unified-mode3Lamont Granquist2020-02-2514-27/+47
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | unified_mode and custom resource for mdadmLamont Granquist2020-02-255-92/+66
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.82 by Chef Expeditorv16.0.82Chef Expeditor2020-02-256-16/+16
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9391 from chef/lcg/fix-kitchen-testsLamont Granquist2020-02-253-5/+4
|\ \ | | | | | | Remove reference to travis.org and pin ruby-prof
| * | this just isn't working at all on fedoraLamont Granquist2020-02-251-1/+0
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | drop ruby-prof down to 1.2.0 for centos6lcg/fix-kitchen-testsLamont Granquist2020-02-252-4/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | remove reference to travis.org replace with localhostLamont Granquist2020-02-251-1/+1
|/ / | | | | | | | | | | | | we're probably getting packetfiltered or something now that we're no longer using travis. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #9390 from chef/lcg/dnf-assumeyesLamont Granquist2020-02-251-0/+1
|\ \ | | | | | | Add assumeyes to dnf helper
| * | Add assumeyes to dnf helperlcg/dnf-assumeyesLamont Granquist2020-02-241-0/+1
| | | | | | | | | | | | | | | | | | I can't imagine we wouldn't run into needing this Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.81 by Chef Expeditorv16.0.81Chef Expeditor2020-02-257-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9065 from cinc-project/dist_windows_powershell_wrapperTim Smith2020-02-243-18/+28
|\ \ \ | | | | | | | | Dist windows powershell wrapper
| * | | Templating powershell extensions to inject distro constantsMarc Chamberland2020-02-243-0/+469
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | remove static wrapper scriptMarc Chamberland2020-02-241-459/+0
| |/ / | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | Bump version to 16.0.80 by Chef Expeditorv16.0.80Chef Expeditor2020-02-257-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9388 from chef/expeditor/inspec-core_4.18.97Tim Smith2020-02-241-9/+18
|\ \ \ | |/ / |/| | Bump inspec-core to 4.18.97
| * | Bump inspec-core to 4.18.97Chef Expeditor2020-02-251-9/+18
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core 4.18.97 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Bump version to 16.0.79 by Chef Expeditorv16.0.79Chef Expeditor2020-02-247-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.0.78 by Chef Expeditorv16.0.78Chef Expeditor2020-02-247-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8986 from ↵Lamont Granquist2020-02-243-7/+68
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/VSingh/fix-knife-download-environments ChefFS & knife environment matching the output
| * | ChefFS and knife environment matching the outputVivek Singh2019-10-143-7/+68
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Bump version to 16.0.77 by Chef Expeditorv16.0.77Chef Expeditor2020-02-247-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9156 from MsysTechnologiesllc/ash/Fix_no_runlist_issueTim Smith2020-02-242-3/+2
|\ \ \ | | | | | | | | When bootstrapping don't send an empty run_list if we are using policyfiles instead
| * | | Optimize by using Mash as per review commentsNAshwini2020-02-122-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | Don't send empty runlist if do not pass it.NAshwini2020-02-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* | | | Merge pull request #9371 from cinc-project/dist_bootstrapTim Smith2020-02-246-28/+38
|\ \ \ \ | | | | | | | | | | Add distro constants to the bootstrap templates to support non-Chef distros
| * | | | capitalize drive letterMarc Chamberland2020-02-041-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | | remove useless interpolation in commentsMarc Chamberland2020-02-041-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | | Pass distro and platform specific paths into bootstrap templatesMarc Chamberland2020-02-043-20/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | | Allow "folders method" to receive platform argMarc Chamberland2020-02-042-6/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | | | Bump version to 16.0.76 by Chef Expeditorv16.0.76Chef Expeditor2020-02-247-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #8653 from chef/lcg/yml-recipesLamont Granquist2020-02-242-2/+74
|\ \ \ \ \ | | | | | | | | | | | | Parse YAML recipes
| * | | | | code rearrangement and warn about using arrayslcg/yml-recipesLamont Granquist2020-02-142-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from_yaml_file was not actually generic i don't think Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | remove erb parsingLamont Granquist2020-02-141-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if we do this we open the door to arbitrary ruby which is going to be context dependent and it will eliminate the possibility of ever autoconverting from YAML to ruby. if we build up a YAML structure we can better ensure that there's a static mapping of the YAML code to ruby for autoconversion. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | parse yaml recipesLamont Granquist2020-02-143-2/+74
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 16.0.75 by Chef Expeditorv16.0.75Chef Expeditor2020-02-247-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9381 from chef/net_http_deprecationsLamont Granquist2020-02-243-6/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update HTTPServerException to be HTTPClientException
| * | | | | | Update HTTPServerException to be HTTPClientExceptionnet_http_deprecationsTim Smith2020-02-193-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid deprecation warnings. Also remove the monkeypatch that provided HTTPClientException on older Ruby releases since we're 2.6+ now and we don't need this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | | Bump version to 16.0.74 by Chef Expeditorv16.0.74Chef Expeditor2020-02-247-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | | Merge pull request #9386 from chef/lcg/unified-mode2Lamont Granquist2020-02-2417-52/+82
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Convert more resources to unified_mode
| * | | | | | add a couple more unified_mode resourceslcg/unified-mode2Lamont Granquist2020-02-213-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>