This project is mirrored from https://github.com/chef/chef.git.
Pull mirroring updated .
- 15 Oct, 2012 2 commits
-
-
Chris Roberts authored
-
Chris Roberts authored
-
- 11 Oct, 2012 5 commits
-
-
Bryan McLellan authored
-
Bryan McLellan authored
Sometimes we get a good node object but it lacks the attribute that we specified to use to connect to the node, so we should skip that too
-
Milos Gajdos authored
If we don't skip nil items then the if condition fails with No Method error. ie if !config[:override_attribute] && nil[:cloud] && nil[:cloud][:public_hostname] is obviously nonsense
-
Teemu Matilainen authored
Set /etc/chef/validation.pem and /etc/chef/encrypted_data_bag_secret only readable by root.
-
John Skopis authored
This also corrects the test that was commented out for some reason
-
- 09 Oct, 2012 3 commits
-
-
Bryan McLellan authored
platform_specific_path could really use some work to handle these kinds of situations. That would mean a bunch of testing and refactoring elsewhere though.
-
Bryan McLellan authored
-
Bryan McLellan authored
-
- 06 Oct, 2012 6 commits
-
-
Bryan McLellan authored
-
Caleb Tennis authored
-
Bryan McLellan authored
-
Thomas Dudziak authored
-
Thomas Dudziak authored
-
John Dewey authored
Rubygems is placing executables under /usr/local/bin on Ubuntu 12.04. When using the 'init' init_style, the following services do not start. chef-solr, chef-expander, chef-server, and chef-server-webui
-
- 05 Oct, 2012 6 commits
-
-
Bryan McLellan authored
knife data bag from file -a ; loads all data bags and items knife data bag from file users -a ; loads all data bag items for data bag users
-
Bryan McLellan authored
Adds support for: knife environment from file foo.json bar.json knife environment from file -a
-
Bryan McLellan authored
-
Lamont Granquist authored
-
Lamont Granquist authored
-
Steven Danna authored
"Add" is the verb used in the knife command to add items to the run_list and for consistency it is convient for this same verb to be available in chef-shell and knife-exec scripts.
-
- 04 Oct, 2012 4 commits
-
-
Zachary Stevens authored
-
PrajaktaPurohit authored
-
PrajaktaPurohit authored
-
PrajaktaPurohit authored
-
- 03 Oct, 2012 3 commits
-
-
Bryan McLellan authored
If the server does not provide the endpoint the client will continue without resource reporting.
-
tylercloke authored
-
tylercloke authored
-
- 02 Oct, 2012 3 commits
-
-
Bryan McLellan authored
I have no idea why these tests failed with multiple calls on 1.8 but passed on 1.9.
-
Bryan McLellan authored
-
tylercloke authored
Fixed a bug where update_new_file_state method in certain children of the file provider was causing @new_resource.mode to be changed before the actual file was changed by access_controls.set_all. This resulted in access_controls.set_all setting the wrong state (it set it to the current mode, rather than the new mode).
-
- 28 Sep, 2012 2 commits
-
-
Bryan McLellan authored
-
tylercloke authored
Removed node as argument from run_failed method in parent classes, as the child classes were reimplementing it with a different sig.
-
- 27 Sep, 2012 6 commits
-
-
Bryan McLellan authored
-
tylercloke authored
-
tylercloke authored
Conflicts: chef/lib/chef/resource_reporter.rb chef/spec/unit/resource_reporter_spec.rb
-
Bryan McLellan authored
-
Bryan McLellan authored
-
Bryan McLellan authored
-