-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
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
Running default.rb recipe #157
Comments
I should be able to just run this and have everything installed, yes?: chef-client -o "recipe[consul::install_source]" |
What operating system and version are you using? |
I am using CentOS 6.6 on an AWS EC2 node. |
I have the same issue on CentOS 6.6 on AWS. |
Interesting....I haven't had a lot of time to look through the Cookbook but I feel like it should be a simple fix. Hopefully anyways |
@johnbellone, any progress on this? |
Isn't this just #150? |
@agperson |
Hi, Cheers |
I have the same issue on aws and vagrant instances, I have tried using vagrant boxes 'chef/centos-6.6' and 'chef/centos-7.0'. (I prefer centos66)
here's the full error output in a gist |
I am closing this out because of impeding #126 landing on master. This is converging cleanly on EL6.6. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
file[/etc/consul.d/default.json] action create (up to date)
template[/etc/sysconfig/consul] action create (up to date)
template[/etc/init.d/consul] action create (up to date)
service[consul] action enable (up to date)
service[consul] action start
Error executing action
start
on resource 'service[consul]'Mixlib::ShellOut::ShellCommandFailed
Expected process to exit with [0], but received '1'
The text was updated successfully, but these errors were encountered: