| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Make Standardized Exit Codes The Default Behavior
|
| |
| |
| |
| | |
Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
|
| | |
|
|\ \
| | |
| | | |
fix build break on master in linux user provider
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/ /
| |
| |
| |
| |
| | |
https://github.com/chef/chef/commit/81db0e0cfc218169a70a8178f83c567b467d2e6c
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
By default now we don't pass any --source option or set the
`Chef::Config[:rubygems_url]` to anything. This is so that
if there is external config for rubygems sources we will simply
have rubygems pick it up and use it (the resource acts like
the command line).
There is also no more magic around `--clear-sources` and if you
set the property it sets the flag.
If the `Chef::Config[:rubygems_url]` setting is set then that
becomes the default `--source` flag sent to the command. This
also supports Arrays now.
If the `source` option is set to a URI (it can also be set to a
filesystem path for poorly-designed-API reasons) then we do not
use the default values at all. This may be an API break but this
much more clearly allows users to override individual resources
and is more declarative. You get what you type.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |
|
|\ \
| | |
| | | |
Allow lazy{} to be used in template resource variables.
|
| |\ \
| | | |
| | | |
| | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
|\ \ \ \
| | | | |
| | | | | |
Chef-13: Freeze property defaults
|
| |\ \ \ \
| | | |/ /
| | |/| |
| | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| |\ \ \ \
| | | |_|/
| | |/| |
| | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
fix knife ssh --exit-on-error
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Maxime de Roucy <maxime.deroucy@oxalide.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add -u param to usermod in linux_user resource when using non_unique
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Maxime “pep” Buquet <pep@collabora.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Launchd limit_load_to_session_type accepts Array or String
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Gregory Batye <gbatye@fb.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Chef-13: Remove the consts for DSL-based resources/providers
|
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | |
| | | | | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add real support for rb files (at least roles) in knife-serve
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Change-Id: I4788cac16864c7eb5a876890e9fe41485af80d46
Signed-off-by: Grégoire Seux <g.seux@criteo.com>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Change-Id: I1076b918e9153f21b4c49d77054899111106eb74
Signed-off-by: Grégoire Seux <g.seux@criteo.com>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Adding restart action to launchd resource
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Mike Dodge <mikedodge04@gmail.com>
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
At first we wanted only support native actions with the launchd
resource and launchd does not have the concept of restart. You would
unload and load. But not having a restart was causing more confusion to
people.
|
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
systemd_unit verifier escape hatch
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Nathan Williams <nath.e.will@gmail.com>
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Thom May <thom@chef.io>
|
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This implements RFC 67, which removes cookbook segments, and moves to a
single list of all the files contained in a cookbook. This allows us to
move forward with better audit modes and also proper shipping of ohai
plugins.
Signed-off-by: Thom May <thom@chef.io>
|
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
bumping Gemfile.lock to pick up ohai amazon change
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / /
|/| | | | | | | | | |
Expand the system info displayed on error to give us some more data to work with when helping users
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|