This project is mirrored from https://github.com/chef/chef.git.
Pull mirroring updated .
- 23 Oct, 2012 1 commit
-
-
Bryan McLellan authored
-
- 22 Oct, 2012 1 commit
-
-
Bryan McLellan authored
-
- 20 Oct, 2012 1 commit
-
-
Bryan McLellan authored
For debugging and support use
-
- 19 Oct, 2012 3 commits
-
-
Bryan McLellan authored
-
Bryan McLellan authored
When the server returns an exception we need to at least know what the error code was to assist in debugging.
-
Bryan McLellan authored
-
- 17 Oct, 2012 4 commits
-
-
Bryan McLellan authored
-
Bryan McLellan authored
-
Bryan McLellan authored
-
danielsdeleo authored
This will trigger a warning when using code like node["foo"] = "value" Warnings can be deactivated by setting Chef::Config[:chef11_deprecation_warnings] to false
-
- 15 Oct, 2012 3 commits
-
-
Chris Roberts authored
-
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
-