| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Deprecate the deploy resource and family
|
| |
| |
| |
| | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | |
|
|\ \
| | |
| | | |
Fix remote_file with UNC paths failing
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Our check here to see if we're on Windows uses node data that's not
available in this context. Use the same Chef::Platform.windows? check we
use above. Without this you get the following error:
[2017-10-02T21:40:42+00:00] DEBUG: Re-raising exception: NameError - remote_file[c:/foo/bar] (foo::default line 14) had an error: NameError: undefined local variable or method `node' for #<Chef::Provider::RemoteFile::NetworkFile:0x00000000064c0148>
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
[MSYS-647] array support for choco pkg from artifactory
|
| | |
| | |
| | |
| | | |
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: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | |
|
|\ \ \
| | | |
| | | | |
MSYS-684: Added parser for DSC configuration
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
fix rebooter for solaris and background reboots
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
closes #5026
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
chef/ash/add_none_frequency_to_windows_task_resource
Windows: Added :none frequency to windows_task resource
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
the shell_out approach to parse the version string from rpm is a bit of
a failed experiment.
the shell_out that gets incurred on every package provider is a bit
terrible for performance.
DNF < 1.00 has also never formally landed in any distribution and its
very difficult at this point to deploy it.
when amazon deploys DNF we should add a version comparison for that.
If this patch causes issues we can go back to adding some form of
`provides :package ... { which("dnf" }`
That will be much faster than having the shell_out().
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We should not stack-trace, we should exit with a clean error
Signed-off-by: Phil Dibowitz <phil@ipom.com>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Giedrius Rekasius <giedrius.rekasius@gmail.com>
This resolves a bug that caused chef-client service to go into
infinite sleep after handling SIGHUP.
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add allow_downgrade to zypper_package resource
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Eike Waldt <waldt@b1-systems.de>
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Josh Hudson <jhudson@chef.io>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
via 'knife upload'.
(Fixes the ChefFS code path for data bag creation, for https://github.com/chef/chef/issues/3058).
Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
dnf_resource: be more specific for rhel packages
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
With #6351 and #6377, the DNF package provider was fixed to use yum by
default on RHEL 7, but the resource was still calling the DNF provider
if it happened to be installed.
We want to use the default of yum for RHEL 7, and only use DNF if we
call `set_priority_map` directly.
Signed-off-by: Naomi Reeves <naomi.c.reeves@gmail.com>
Resolves: Unexpectedly switching package managers
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[Route unit tests]: Ensure we go down the new file path
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This should make us more robust in the face of the enemy
Signed-off-by: Thom May <thom@chef.io>
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Tweak the knife banners for multi-arg commands.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We don't actually use commas in command lines.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | | |
|