| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
| | | |
| | | |
| | | | |
chef config
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
derp fix for master breakage
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
thought this was green, but it was clearly red on appveyor/windows
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
MsysTechnologiesllc/dh/registry_resource_idempotent_issue
Fix for idempotent issue for some registry types in registry_key resource
|
| | | | | | |
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | | |
revert supports[:manage_home] behavior
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
even though i violently disagree that this is correct behavior and we're
just going to break everyone in one massive go when we hit Chef 13.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
| | | |
| | | |
| | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
also fixes the fact that we've been using @new_resource.name instead of
@new_resource.path all along which was never what was intended.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
MsysTechnologiesllc/ali/allow_symlink_directory_delete_on_windows
Added code to handle deletion of directories on Windows that are symlinks.
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Hook up the recipe_file_loaded event which was defined but not actually called
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This also extends two of the recipe events to get the recipe name in addition to the path because that's
usually useful for display. These arguments are both added at the end so the auto-magic argument trimmer will keep backwards compat.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
MsysTechnologiesllc/dh/add_timeout_during_package_removal
Added timeout during removing of windows package
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Added fix for spaces in profile identifiers
* Added an attempt to test spaces in identifier names
* Derp, bad merge
* Fixed osx profile spec test
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Use symbols instead of strings as keys for systemd user property related funcs
* Fix tests for provider/service/systemd for when user property is set
* Change hash in systemctl_opts to use symbols instead of strings
* Fix tests for chef/provider/systemd_unit.rb
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Use upstart goal state as service status
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Solves #5204
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some properties in custom resources may include sensitive data, such as a
password for a database server. When the Resource's state is built for use by
Data Collector or similar auditing tool, `Chef::Resource#state_for_resource_reporter`
builds a hash of all state properties for that resource and their values. This
leads to sensitive data being transmitted and potentially stored in the clear.
This change enhances properties with the ability to set an individual property
as sensitive and then have the value of that property suppressed when exporting
the Resource's state.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Rewrite linux useradd provider
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Thom May <thom@may.lt>
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
This will hopefully catch errors like this:
myresource 'name' do
not_if { 'some command' }
end
|
| | | |
| | |
| | |
| | | |
See http://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape#answer-13059657 for details on why.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
split out the user provider into 1:1 resources.
fix the behavior of the linux user provider to implement
manage_home behavior correctly.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
| | |
| | |
| | |
| | |
| | | |
I'm not sure how this happened
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
set rubygems_cache_enabled to true in Chef::Config to get the old behavior back
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
| | |
| | |
| | |
| | |
| | | |
this is reaching ruby 1.8.7-levels of pissing me off
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|