summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a default_description in windows_tasktask_descriptionTim Smith2020-02-041-1/+2
| | | | | | | | This came up in https://github.com/chef/chef-web-docs/pull/2256 and we should really be documenting that behavior here so we can generate the docs with it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.46 by Chef Expeditorv16.0.46Chef Expeditor2020-02-047-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9315 from chef/lcg/chef-sugar-virtualizationLamont Granquist2020-02-037-6/+338
|\ | | | | Add chef-sugar virtualization helpers
| * rename virtual_host to hypervisorLamont Granquist2020-02-033-11/+11
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * update the READMElcg/chef-sugar-virtualizationLamont Granquist2020-02-031-6/+12
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add _host versionsLamont Granquist2020-02-032-18/+78
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fixing APIsLamont Granquist2020-01-313-18/+37
| | | | | | | | | | | | these were broken in chef-sugar Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Add chef-sugar virtualization helpersLamont Granquist2020-01-317-6/+253
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.45 by Chef Expeditorv16.0.45Chef Expeditor2020-02-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9326 from chef/chef_utils_yardTim Smith2020-02-0310-108/+217
|\ \ | | | | | | Expand the chef-utils yard for better vscode plugin generation
| * | Expand the chef-utils yard for better vscode plugin generationTim Smith2020-02-0310-108/+217
|/ / | | | | | | | | | | I'm generating the plugin off these comments. Clean them up a bit and add @since so I can get that information added to the plugin snippets. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.44 by Chef Expeditorv16.0.44Chef Expeditor2020-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9322 from chef/document_mac_userTim Smith2020-02-031-2/+2
|\ \ | | | | | | Document the new hidden field in mac_user ships in 15.8
| * | Document the new hidden field in mac_user ships in 15.8Tim Smith2020-02-031-2/+2
|/ / | | | | | | | | | | Make sure we expose this come docs Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update docs for forking the stable branchTim Smith2020-02-032-1/+2
| | | | | | | | | | | | Make sure the external tests continue to work. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.43 by Chef Expeditorv16.0.43Chef Expeditor2020-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9321 from chef/sysctl_v2Tim Smith2020-02-033-42/+82
|\ \ | | | | | | Add an introduced field to sysctl and expand testing
| * | Add an introduced field to sysctl and expand testingTim Smith2020-02-033-42/+82
|/ / | | | | | | | | | | Break the content generation out into its own method so we can test it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add 15.7 release notes to masterTim Smith2020-02-031-0/+74
| | | | | | | | | | | | Forward port this from chef-15 branch Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.42 by Chef Expeditorv16.0.42Chef Expeditor2020-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8409 from lanky/sysctl_comment_blockTim Smith2020-02-032-1/+43
|\ \ | | | | | | Add comment block to sysctl resource
| * | updated release notes entry based on PR reviewStuart Sears2019-11-251-2/+2
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | Style errors - replaced single with double quotes.Stuart Sears2019-09-171-1/+1
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | adds missing closing code markersStuart Sears2019-09-171-0/+1
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | Adds release notes entries for sysctl comment blocksStuart Sears2019-09-171-0/+32
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | Consolidated changes to sysctl.rbStuart Sears2019-09-171-2/+11
| | | | | | | | | | | | | | | | | | - adds comment block support to sysctl resource Signed-off-by: Stuart Sears <stuart@sjsears.com>
* | | Bump version to 16.0.41 by Chef Expeditorv16.0.41Chef Expeditor2020-02-037-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9275 from chilcote/mac_user_fixTim Smith2020-02-032-9/+56
|\ \ \ | | | | | | | | mac_user: fixing gid and system properties, and adding hidden property
| * | | Account for if the propery is not being set in the resource, and also if it ↵Joseph Chilcote2020-01-252-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | doesn't exist in the user record Signed-off-by: Joseph Chilcote <chilcote@fb.com>
| * | | Adding support for IsHidden user attribute (macOS)Joseph Chilcote2020-01-252-1/+32
| | | | | | | | | | | | | | | | Signed-off-by: Joseph Chilcote <chilcote@fb.com>
| * | | editing one more line outJoseph Chilcote2020-01-241-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joseph Chilcote <chilcote@fb.com>
| * | | Merge branch 'mac_user_fix' of github.com:chilcote/chef into mac_user_fixJoseph Chilcote2020-01-240-0/+0
| |\ \ \
| | * | | Fixes #9171Joseph Chilcote2020-01-241-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | | mac_user will now use the numeric GID when creating a user, and adds support for `system true`
| * | | | Fixes #9171Joseph Chilcote2020-01-241-7/+22
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | mac_user will now use the numeric GID when creating a user, and adds support for `system true` Signed-off-by: Joseph Chilcote <chilcote@fb.com>
* | | | Bump version to 16.0.40 by Chef Expeditorv16.0.40Chef Expeditor2020-02-027-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9317 from chef/jm/add_unsigned_memory_entilementTim Smith2020-02-022-9/+19
|\ \ \ \ | |_|_|/ |/| | | Adding entitlement for unsigned memory execution
| * | | Adding entitlement for unsigned memory executionjm/add_unsigned_memory_entilementJon Morrow2020-02-012-9/+19
|/ / / | | | | | | | | | | | | | | | | | | ffi loads c code into memory in an unsigned way and this allows workstation to work with the hardened runtime. Signed-off-by: Jon Morrow <jmorrow@chef.io>
* | | Bump version to 16.0.39 by Chef Expeditorv16.0.39Chef Expeditor2020-01-317-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9298 from ↵Tim Smith2020-01-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/vasundhara/Fix_wrong_specs_in_windows_firewall Fix wrong windows_firewall_rule specs which is passing :enable action which does not existurce does not have enable action so passing…
| * | | windows_firewall_rule resource does not have enable action so passing ↵Vasu11052020-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | default action to fix wrong argurment Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | | Bump version to 16.0.38 by Chef Expeditorv16.0.38Chef Expeditor2020-01-317-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9301 from chef/expeditor/win32-service_2.1.5Tim Smith2020-01-301-12/+10
|\ \ \ \ | | | | | | | | | | Bump win32-service to 2.1.5
| * | | | Bump win32-service to 2.1.5expeditor/win32-service_2.1.5Chef Expeditor2020-01-301-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when win32-service 2.1.5 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.37 by Chef Expeditorv16.0.37Chef Expeditor2020-01-307-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Add chef-sugar include_recipe? helper (#9304)Lamont Granquist2020-01-303-2/+33
|\ \ \ \ \ | | | | | | | | | | | | Add chef-sugar include_recipe? helper
| * | | | | Add chef-sugar include_recipe? helperLamont Granquist2020-01-303-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 16.0.36 by Chef Expeditorv16.0.36Chef Expeditor2020-01-307-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | chef-utils: add which/train_helpers/path_sanity to the DSL (#9303)Lamont Granquist2020-01-301-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | chef-utils: add which/train_helpers/path_sanity to the DSL
| * | | | | chef-utils: add which/train_helpers/path_sanity to the DSLLamont Granquist2020-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | time for this for chef-16 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 16.0.35 by Chef Expeditorv16.0.35Chef Expeditor2020-01-307-20/+21
|/ / / / / | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.