summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update comment to indicate deprecation in chef 18Marc A. Paradise2021-06-141-1/+1
| | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Do not show blacklist deprecation for whitelistMarc A. Paradise2021-06-142-1/+5
| | | | | | | This adds a new AttributeWhitelistConfiguration deprecation so that we don't report use of whitelist as blacklist. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Fix chefstyle warningsTim Smith2021-06-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add additional new lines to homebrew_package docsTim Smith2021-06-141-1/+1
| | | | | | Minor improvement to this. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.2.28 by Chef ExpeditorChef Expeditor2021-06-148-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update omnibus-software to the latestTim Smith2021-06-141-5/+5
| | | | | | This should fix gem installs on windows Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.2.27 by Chef ExpeditorChef Expeditor2021-06-148-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Improve the automatically generated docsTim Smith2021-06-1412-15/+85
| | | | | | Get a few more resources to the point where they are 100% automatically generated. For others there's a long road ahead. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix incorrect versions this resource was updated inTim Smith2021-06-141-3/+3
| | | | | | I was off by one when I added these Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.2.26 by Chef ExpeditorChef Expeditor2021-06-148-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Updated the firewall rule resource to allow for multiple remote addresses, ↵John McCrae2021-06-141-1/+1
| | | | | | updated the spec file to account for the change in data types Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the firewall rule resource to allow for multiple remote addresses, ↵John McCrae2021-06-141-2/+3
| | | | | | updated the spec file to account for the change in data types Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the firewall rule resource to allow for multiple remote addresses, ↵John McCrae2021-06-141-1/+1
| | | | | | updated the spec file to account for the change in data types Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the firewall rule resource to allow for multiple remote addresses, ↵John McCrae2021-06-142-10/+28
| | | | | | updated the spec file to account for the change in data types Signed-off-by: John McCrae <john.mccrae@progress.com>
* Bump version to 17.2.25 by Chef ExpeditorChef Expeditor2021-06-148-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update Gemfile.lockLamont Granquist2021-06-141-2/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add ed25519 gem back to the omnibus installTim Smith2021-06-141-0/+1
| | | | | | | This lets folks workaround not having knife by installing it back on windows. This gets removed in 18. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.2.24 by Chef ExpeditorChef Expeditor2021-06-148-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* More spec updatesTim Smith2021-06-141-10/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix failing specTim Smith2021-06-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Handle arrays in the zypper repo templateTim Smith2021-06-141-2/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix bad variable nameTim Smith2021-06-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix my backwards logicTim Smith2021-06-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Support importing multiple GPG KeysTim Smith2021-06-142-18/+24
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Improve descriptionsTim Smith2021-06-141-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add more examplesTim Smith2021-06-141-0/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Avoid another declare_resourceTim Smith2021-06-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use the cookbook property now instead of the methodTim Smith2021-06-141-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move logic for cookbook name to the property + optimize path escapingTim Smith2021-06-142-9/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Comment why we have a 2nd providesTim Smith2021-06-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the example pathTim Smith2021-06-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Don't use declare_resource where we don't need toTim Smith2021-06-141-3/+3
| | | | | | No point now Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.2.23 by Chef ExpeditorChef Expeditor2021-06-148-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Try handing the update actionTim Smith2021-06-141-11/+26
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Modernize windows_printer_portTim Smith2021-06-143-55/+57
| | | | | | | | | Load the state fully / remove the exists? method Delete the power with the powershell cmdlet Add updating to the create action Deprecate the description property which never did anything Signed-off-by: Tim Smith <tsmith@chef.io>
* Improve property descriptionTim Smith2021-06-141-2/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Speed up / avoid double logging in windows_printer_portTim Smith2021-06-141-8/+5
| | | | | | | We already use converge_by here so there's no need to then use powershell_script which is slower than just running powershell_exec! Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.2.22 by Chef ExpeditorChef Expeditor2021-06-148-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Delete with a PowerShell CmdletTim Smith2021-06-141-10/+3
| | | | | | This is much simpler Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove silly privateTim Smith2021-06-141-3/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Avoid double logging the printer deletionTim Smith2021-06-141-4/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.2.21 by Chef ExpeditorChef Expeditor2021-06-148-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Updated the Windows Pagefile resource to use PowerShell over WMI, added a ↵John McCrae2021-06-141-1/+1
| | | | | | corresponding test file Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the Windows Pagefile resource to use PowerShell over WMI, added a ↵John McCrae2021-06-142-19/+17
| | | | | | corresponding test file Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the Windows Pagefile resource to use PowerShell over WMI, added a ↵John McCrae2021-06-141-1/+1
| | | | | | corresponding test file Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the Windows Pagefile resource to use PowerShell over WMI, added a ↵John McCrae2021-06-141-1/+1
| | | | | | corresponding test file Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the Windows Pagefile resource to use PowerShell over WMI, added a ↵John McCrae2021-06-143-12/+28
| | | | | | corresponding test file Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the Windows Pagefile resource to use PowerShell over WMI, added a ↵John McCrae2021-06-141-2/+2
| | | | | | corresponding test file Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the Windows Pagefile resource to use PowerShell over WMI, added a ↵John McCrae2021-06-143-6/+7
| | | | | | corresponding test file Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the Windows Pagefile resource to use PowerShell over WMI, added a ↵John McCrae2021-06-141-1/+1
| | | | | | corresponding test file Signed-off-by: John McCrae <john.mccrae@progress.com>