| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add (options) everywhere you can pass in options.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
|
|
| |
We shipped Chef 12 server on 2014-11-25. We've maintained backwards compatibility here by shipping double plugins, constantly checking for Chef 11 and then rewriting passed args. We deprecated it with Chef 14. This fully removes support. chef-client will continue to work on chef 11, but users cannot be managed with knife from a workstation running the latest version of Chef/ChefDK.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Chef 15 node attribute array fixes
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Doing something like:
```
node.default["foo"] = []
node.default["foo"] << { "bar" => "baz }
```
Would result in a Hash instead of a VividMash inserted into the
AttrArray, so that:
```
node.default["foo"][0]["bar"] # gives the correct result
node.default["foo"][0][:bar] # does not work due to the sub-Hash not
# converting keys
```
This fixes that behavior, but is likely a breaking change to someone
who expects to ingest hashes with symbol keys and get back out symbol
keys, they will now get converted to strings. This breaking change
is fully 100% intentional. This makes the node attribute structure
more consistent and predictable.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Remove the check for nil code property in the script provider
|
| | |
| | |
| | |
| | |
| | |
| | | |
new_resource.code comes from the execute resource and it's a required property there. This can never fire.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
powershell_package doc update
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
|
| |/ /
|/| |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
Remove knife cookbook test feature
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We deprecated this during the Chef 13 cycle. It's time to fully remove it.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
MsysTechnologiesllc/Kapil/MSYS-913_add_description_property
Added property `description` on windows_task resource
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: kapil chouhan <kapil.chouhan@msystechnologies.com>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| | | | |
| | | | | |
Remove the deprecated ohai_name property from the ohai resource
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This did nothing and we deprecated it already.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove deprecated knife status --hide-healthy flag
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We've been telling people this was going away in Chef 15
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| |_|/ /
|/| | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
MsysTechnologiesllc/nimesh/MSYS-915_InteractiveEnabledFixes
Handle `interactive_enabled` property in windows_task resource
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
MsysTechnologiesllc/dh/MSYS-889_chef_apply_crash_with_reboot
Fix chef-apply crash for reboot
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove preview resource from windows_certificate & windows_share
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The initial PR was for the backport, but we don't want these to be
previews in Chef 15
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
More cookbook loader cleanup and documentation
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
we no longer support reading cookbooks from multiple cookbook paths.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
not all of this class should be considered public
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Removes a bit more cruft left over from removing cookbook merging.
Tries to document what the loader actually is and what it does.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
Add windows_certificate and windows_share resources
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
I missed the 14.6 window
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We're doing this same thing in the execute resource.
Signed-off-by: Tim Smith <tsmith@chef.io>
|