Skip to content

Instantly share code, notes, and snippets.

@daxroc
Last active August 29, 2015 14:17
Show Gist options
  • Save daxroc/896affb025292df9656f to your computer and use it in GitHub Desktop.
Save daxroc/896affb025292df9656f to your computer and use it in GitHub Desktop.
require 'chef/provisioning'
machine 'mario' do
tag 'itsa_me'
end
chef-client -z provision.rb
DL is deprecated, please use Fiddle
[2015-03-27T20:25:45-05:00] INFO: Started chef-zero at http://localhost:8889 with repository at /home/dc-user
One version per cookbook
[2015-03-27T20:25:45-05:00] INFO: Forking chef instance to converge...
Starting Chef Client, version 12.2.0
[2015-03-27T20:25:45-05:00] INFO: *** Chef 12.2.0 ***
[2015-03-27T20:25:45-05:00] INFO: Chef-client pid: 18478
[2015-03-27T20:25:47-05:00] INFO: Run List is []
[2015-03-27T20:25:47-05:00] INFO: Run List expands to []
[2015-03-27T20:25:47-05:00] INFO: Starting Chef Run for developer_ro
[2015-03-27T20:25:47-05:00] INFO: Running start handlers
[2015-03-27T20:25:47-05:00] INFO: Start handlers complete.
[2015-03-27T20:25:47-05:00] INFO: HTTP Request Returned 404 Not Found : Object not found: /reports/nodes/developer_ro/runs
resolving cookbooks for run list: []
[2015-03-27T20:25:47-05:00] INFO: Loading cookbooks []
Synchronizing Cookbooks:
Compiling Cookbooks...
Running handlers:
[2015-03-27T20:25:47-05:00] ERROR: Running exception handlers
Running handlers complete
[2015-03-27T20:25:47-05:00] ERROR: Exception handlers complete
[2015-03-27T20:25:47-05:00] FATAL: Stacktrace dumped to /home/dc-user/.chef/local-mode-cache/cache/chef-stacktrace.out
Chef Client failed. 0 resources updated in 2.407359445 seconds
[2015-03-27T20:25:47-05:00] ERROR: cannot load such file -- chef/provisioning
[2015-03-27T20:25:49-05:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment