summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* notes from code reviewlcg/wipe-before-installLamont Granquist2018-11-261-3/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* scrub omnibus wordLamont Granquist2018-11-201-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* another word tweak on this blockLamont Granquist2018-11-201-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* another tweakLamont Granquist2018-11-201-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* tweaksLamont Granquist2018-11-201-3/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add a RELEASE_NOTE on /opt/chef wipingLamont Granquist2018-11-201-1/+13
| | | | | | this is certainly worth documenting. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.83 by Chef Expeditorv15.0.83Chef Expeditor2018-11-205-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7966 from chef/lcg/wipe-before-installLamont Granquist2018-11-203-3/+3
|\ | | | | need -rf to remove dirs
| * need -rf to remove dirsLamont Granquist2018-11-203-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.82 by Chef Expeditorv15.0.82Chef Expeditor2018-11-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7964 from chef/lcg/wipe-before-installTim Smith2018-11-203-0/+36
|\ \ | |/ | | wipe the installer direction before installation
| * wipe the installer direction before installationLamont Granquist2018-11-203-0/+36
|/ | | | | | | | this leaves the diretory after an uninstall, but it should get the crazy redhat use case correct where installs run before uninstalls, so we wipe first, install, then run the uninstall stuff on upgrade. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #7962 from chef/mj/editingTim Smith2018-11-201-1/+1
|\ | | | | Edits to Release Notes
| * Edits to Release NotesMary Jinglewski2018-11-201-1/+1
|/ | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
* Bump version to 15.0.81 by Chef Expeditorv15.0.81Chef Expeditor2018-11-205-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7959 from chef/sp/arrayofaccountsTim Smith2018-11-201-1/+1
|\ | | | | windows_share: Accounts to be revoked should be provided as an individually quoted string array
| * Accounts to be revoked should be provided as an individually quoted string arraysp/arrayofaccountsStuart Preston2018-11-201-1/+1
|/ | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Bump version to 15.0.80 by Chef Expeditorv15.0.80Chef Expeditor2018-11-205-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7956 from chef/smb_shareStuart Preston2018-11-201-0/+6
|\ | | | | windows_share: Fix idempotency by removing the "everyone" access
| * windows_share: Fix idempotency by removing the "everyone" accesssmb_shareTim Smith2018-11-191-0/+6
| | | | | | | | | | | | | | | | | | | | This resource uses powershell under the hood and calls new-smbshare, which defaults to adding read only access to the everyone group. With this change when we create the share we'll remove that permission. Once that's done we'll go about adding our desired permissions. This only runs once so the overhead is pretty low and fixes idempotency. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.79 by Chef Expeditorv15.0.79Chef Expeditor2018-11-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7953 from chef/lcg/chef-15-allow-downgradeLamont Granquist2018-11-1910-31/+71
|\ \ | |/ |/| Chef-15: switch default of allow_downgrade to true
| * fix downgrade logic when dealing with archesLamont Granquist2018-11-192-1/+5
| | | | | | | | | | | | | | | | | | when we check "whatinstalled" here we need to have the version completely free, but have the name and arch resolved by the available version logic. then we can compare the versions to see if it needs to downgrade or not. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix one of the yum func testslcg/chef-15-allow-downgradeLamont Granquist2018-11-191-1/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * copyeditingMary Jinglewski2018-11-191-4/+2
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * add release notes on possibly breaking behavior changeLamont Granquist2018-11-191-0/+23
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-15: switch default of allow_downgrade to trueLamont Granquist2018-11-196-29/+43
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.78 by Chef Expeditorv15.0.78Chef Expeditor2018-11-195-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7954 from chef/lcg/require-librariesLamont Granquist2018-11-192-3/+7
|\ \ | | | | | | Chef-15: require instead of load libraries
| * | Chef-15: require instead of load librariesLamont Granquist2018-11-192-3/+7
| |/ | | | | | | | | | | | | | | This reverts a change which was working around problems caused by unforked interval runs. Fixes issues with chefspec, should make it faster and reduce warning spam. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.77 by Chef Expeditorv15.0.77Chef Expeditor2018-11-195-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7948 from chef/properties3Tim Smith2018-11-1912-21/+21
|\ \ | |/ |/| Allow Integers for all group / owner properties
| * Revert homebrew_tap to using String for ownerproperties3Tim Smith2018-11-191-1/+1
| | | | | | | | | | | | | | It's using owner in an env variable and I'm not sure if that will actually work. We should stick with a string here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Allow Integers for all group / owner propertiesTim Smith2018-11-1613-22/+22
| | | | | | | | | | | | We did for many of them, but not all. Many of these should get switched over to securable, but this is a solid first step to give a more consistent user experience. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.76 by Chef Expeditorv15.0.76Chef Expeditor2018-11-195-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7909 from chef/yum_configTim Smith2018-11-191-2/+0
|\ \ | | | | | | Remove unused yum_timeout and yum_lock_timeout configs
| * | Remove unused yum_timeout and yum_lock_timeout configsyum_configTim Smith2018-11-141-2/+0
| | | | | | | | | | | | | | | | | | These haven't been used since we refactored the yum provider Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.75 by Chef Expeditorv15.0.75Chef Expeditor2018-11-195-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7916 from chef/testingTim Smith2018-11-192-23/+59
|\ \ \ | | | | | | | | windows_workgroup: Coerce the provided reboot property and add more tests
| * | | windows_workgroup: Coerce the provided reboot property and add more testsTim Smith2018-11-142-23/+59
| |/ / | | | | | | | | | | | | | | | | | | | | | Instead of converting the passed in reboot property when we use it coerce it when it's passed in. This allows us to easily test the conversion and it makes it so the docs don't include the legacy values. I also added moved command generation into a method and added tests for that. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.74 by Chef Expeditorv15.0.74Chef Expeditor2018-11-195-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7946 from chef/propertiesTim Smith2018-11-196-260/+198
|\ \ \ | | | | | | | | Convert service resource to use properties
| * | | Add descriptions to the service resourcepropertiesTim Smith2018-11-151-15/+42
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Expand windows_service specsTim Smith2018-11-152-10/+33
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Remove service_name property that's already part of serviceTim Smith2018-11-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | No need to define this twice Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Simplify the windows_service specTim Smith2018-11-151-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | No need to configure the provider mapping for this spec Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add a basic macosx_service specTim Smith2018-11-151-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | Might as well test this Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Simplify the service resource specsTim Smith2018-11-151-83/+59
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Remove duplicate identity and state_attrs in other service resourcesTim Smith2018-11-152-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | We're already setting this up in service Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Convert service resource to use propertiesTim Smith2018-11-152-162/+55
| | |/ | |/| | | | | | | | | | | | | Also expand the testing a bit while I'm here. Signed-off-by: Tim Smith <tsmith@chef.io>