We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
================================================================================ Error executing action run on resource 'execute[chef-server-ctl install opscode-manage]' ================================================================================
run
Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected process to exit with [0], but received '' ---- Begin output of chef-server-ctl install opscode-manage ---- STDOUT: STDERR: ---- End output of chef-server-ctl install opscode-manage ---- Ran chef-server-ctl install opscode-manage returned Resource Declaration: --------------------- # In /tmp/kitchen/cookbooks/chef-server12/definitions/install_feature.rb 4: execute "chef-server-ctl install #{name}" do 5: not_if { ::Dir.exist?("/opt/#{name}") } 6: notifies :run, "execute[#{name}-ctl reconfigure]", :immediately 7: end 8: Compiled Resource: ------------------ # Declared in /tmp/kitchen/cookbooks/chef-server12/definitions/install_feature.rb:4:in `block in from_file' execute("chef-server-ctl install opscode-manage") do params {:name=>"opscode-manage"} action [:run] retries 0 retry_delay 2 default_guard_interpreter :execute command "chef-server-ctl install opscode-manage" backup 5 returns 0 declared_type :execute cookbook_name :"chef-server12" recipe_name "_install_server" not_if { #code block } end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
================================================================================
Error executing action
run
on resource 'execute[chef-server-ctl install opscode-manage]'================================================================================
The text was updated successfully, but these errors were encountered: