| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
been deprecated since late-12.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|\
| |
| | |
Add dhparam, rsa_private_key and rsa_public_key resources
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
We're not using this here anymore
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \
| | |
| | | |
Remove deprecated -r option for Solo mode
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We claimed we were going to remove this in Chef 13. Let's stop rewriting
ARGs now.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \
| | | |
| | | | |
Remove knife index rebuild command that requires Chef < 11
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
knife index rebuild only works on Chef Server < 11. We no longer support
Chef Server 10 and anyone still using 10 should use an older DK or gem
install of chef for management.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \ \
| | | | |
| | | | | |
Remove previously deprecated mixins and Chef::DSL::Recipe::FullDSL
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We wired these up previously with deprecations. They've been deprecated for a long time and are pretty rarely used on the Supermarket. Additionally we have Foodcritic rules to detect their usage:
FC102: Deprecated Chef::DSL::Recipe::FullDSL class used
FC100: Deprecated Chef::Mixin::Language mixin used
FC099: Deprecated Chef::Mixin::LanguageIncludeRecipe mixin used
FC098: Deprecated Chef::Mixin::RecipeDefinitionDSLCore mixin used
FC097: Deprecated Chef::Mixin::LanguageIncludeAttribute mixin used
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \ \
| | | | |
| | | | | |
Remove erl_call and deploy resources
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We deprecated these for removal in Chef 14.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove useless class tests and cleanup specs
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We create the class then instantly check that it's exactly what we created. There's not much value in that. This also converts more things over to let.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Ensure we don't use credentials during integration tests
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Thom May <thom@chef.io>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
prepping for rubocop 0.52.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
This reverts commit dfc85c82105d2c7a5b03cf8cf60ba9e0a8fe51f9.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[MSYS-735]fix validation for idle_time
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|\ \ \ \
| | | | |
| | | | | |
Enable the deprecation for use_inline_resource
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use dscl search verb in gid_used?
`dscl` has a search verb which makes checking whether a gid is
currently used much easier than parsing string output of listing all
gids.
Signed-off-by: Sean Karlage <skarlage@fb.com>
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
MsysTechnologiesllc/vasundhara/chef#6638_windows_task_not_fully_idempotent
Fix windows_task resource not being idempotent for random_delay and execution_time_limit
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
idempotent for windows_task resource
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
|\ \ \
| | | |
| | | | |
Check for set home property before file existence (fixes #5777)
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Sean Karlage <skarlage@fb.com>
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
MsysTechnologiesllc/vasundhara/issue_6073_allow_forcing_sensitive_to_false_on_execute_or_batch_resource
[MSYS-725] [chef#6073] allow forcing sensitive to false on execute and batch resource if password is set.
|
| |/
| |
| |
| |
| |
| | |
resource
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
|\ \
| | |
| | | |
Modernize windows_path resource
|
| |/
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
|
|
| |
Give more details on why people are seeing these problems so they can fix them.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\
| |
| | |
Escape single-quoted strings from the context in knife bootstrap
|
| |
| |
| |
| | |
Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net>
|
| |
| |
| |
| |
| |
| | |
Fixes #6680
Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net>
|
|\ \
| |/
|/| |
Allow injecting tempfiles into Chef::HTTP
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
use this to inject the tempfile from
Chef::FileContentManagement::Tempfile
closes #2401
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|