This project is mirrored from https://github.com/chef/chef.git.
Pull mirroring updated .
- 06 Oct, 2012 2 commits
-
-
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 9 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
-
Bryan McLellan authored
If this is the first checkout, the release directory will not yet be available to chdir into until we start processing the converge actions, so we move that into recipe_eval as well so it is inside that converge_by.
-
sersut authored
disable reporting in why-run
-
Bryan McLellan authored
-
- 26 Sep, 2012 1 commit
-
-
PrajaktaPurohit authored
-
- 25 Sep, 2012 1 commit
-
-
ssutay authored
-
- 24 Sep, 2012 9 commits
-
-
Bryan McLellan authored
-
Bryan McLellan authored
-
Bryan McLellan authored
-
Bryan McLellan authored
We need to call converge_by for each callback in sequence so when we walk the converge actions the callbacks are still run in the correct sequence.
-
Bryan McLellan authored
Since we now check File.exist? in the recipe_eval block, we need to stub out Dir.chdir
-
Bryan McLellan authored
When we look for a file to exist before the converge_by block, we end up checking for the file before the other converge actions have been run. Since an earlier converge action creates these files we need to do so in order.
-
danielsdeleo authored
-
ssutay authored
-
ssutay authored
-