| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We don't want this to show up in docs
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Add new chocolatey_feature resource for managing features in Chocolatey
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add the ability to enable and disable a named Chocolatey feature by
creating a new Chef resource named chocolatey_feature. This accepts a
single property either from feature_name or directly from name attribute
then, based on the defined action, will either enable or disable that
feature. Resource inspects the current state of the chocolatey.config
in order to decide whether a change is required or not.
Signed-off-by: Gary Ewan Park <gep13@gep13.co.uk>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Improving error handling for template render
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
While Chef already implements a nice amount of information
in `TemplateError#to_s`, when using ChefSpec with RSpec, the `#to_s`
is not called, leaving us with no source information for template
errors.
By adding the filename to `Erubis::Eruby` initialization, we can get
a better backtrace that will show up in RSpec output.
Signed-off-by: Gabriel Mazetto <brodock@gmail.com>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| |_|/
|/| | |
Add distro constants for solo, zero and automate
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Tensibai <tensibai@iabis.net>
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
Enable target mode on ruby_block, log and breakpoint
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
see PR for pontification on ruby_block
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
string with it (#8200)
* fixed issue for chef-client run was throwing error when provided empty string with it
Signed-off-by: vinay033 <vsharma@chef.io>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| | | | |
| | | | | |
fix shellout require idempotency and bump gems
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
something is declaring an empty class somewhere and trolling me hard
but ruby makes that near impossible to figure out, so be slightly more
specific by looking for a mixlib-shellout constant
also bumps the gems
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Use Shellwords.join in target-mode shell_out
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
be a bit less lazy.
but ultimately train's run_command should take *args
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Add missing deprecated options
Signed-off-by: Vivek Singh <vivek.singh@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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This auto generates our docs.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/ / / /
| | | |
| | | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| |/ / /
|/| | | |
launchd: add launch_events property
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joseph Chilcote <chilcote+github@gmail.com>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
make which/where be target-mode aware
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Fix for knife bootstrap inheritance issue with knife plugins
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We need to save the train connection object as that represents the ssh
connection that we want to reuse.
Fixes #8579
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| |/ / /
| | | | |
Better target mode shell_out
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- integrates target-mode fully with shell_out
- removes the train_or_shellout mixin
- apt_package is now fully supported in target-mode
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* fix service enable idempotency in sles11
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| |/ /
|/| | |
Fix delete_resource for resources
|