| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
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>
|
| | |
|
|\ \
| | |
| | | |
Update to Ruby 2.4.3
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
This resolves this CVE https://www.ruby-lang.org/en/news/2017/12/14/net-ftp-command-injection-cve-2017-17405/
It also backports a few bugfixes from 2.5.0:
https://github.com/ruby/ruby/compare/v2_4_2...v2_4_3
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
|
|\ \
| | |
| | | |
Check for set home property before file existence (fixes #5777)
|
| |/
| |
| |
| | |
Signed-off-by: Sean Karlage <skarlage@fb.com>
|
|\ \
| | |
| | | |
Don't run sudo on every travis job
|
| |/
| |
| |
| |
| |
| |
| | |
We already specify sudo where we need it. Enabling it everywhere just
means we have to run full boxes that take longer to spin up.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \
| | |
| | | |
Bump deps to pick up InSpec v1.49.2
|
| |/
| |
| |
| | |
Signed-off-by: Adam Leff <adam@leff.co>
|
|\ \
| |/
|/|
| |
| | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
|
|\ \ \
| | | |
| | | | |
Don't check both platform_family / os in provides when platform_family will do
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It's the same thing and our tests are constructed in a way that
platform_family is necessary here. It's not worth unravelling that to
use platform here
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
We're already going specific enough here to identify the platform_family. Debian is always going to be on Linux and SmartOS on Solaris2. Don't both checking both.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update the knife editor error message to point to the correct document
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
I updated the structure of the knife documentation a while back and we have a dedicated doc for setting up knife now.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
|
|\ \ \
| | | |
| | | | |
Remove a useless regex in zypper_repository resource
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Pretty sure I mistakenly copied this from yum_repository. There's no real point and it's just going to slow things down.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \
| | | |
| | | | |
bump minor to 13.7
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Thom May <thom@chef.io>
|
| | | |
|
|\ \ \
| | | |
| | | | |
Deprecate erl_call resource
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
This implements RFC 98 from https://github.com/chef/chef-rfc
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Improve property warnings in resources
|
|/ /
| |
| |
| |
| |
| | |
Give more details on why people are seeing these problems so they can fix them.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
|
|\ \
| | |
| | | |
Remove lock files and test github masters in Kitchen Tests
|
| | |
| | |
| | |
| | |
| | |
| | | |
We're probably going to see some more failures with this change, but that's a good thing. If we have a bad kitchen change or a bad cookbook change we'll know now earlier. Less impact == better.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |/
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
|
|\ \
| | |
| | | |
[MSYS-692] Fix issue with PowerShell function buffer
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Issue Fixed:
https://github.com/chef/chef-dk/issues/1236
Signed-off-by: John Snow <thelunaticscripter@outlook.com>
|