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
Or maybe I'm using this module wrong. I've setup one server with
class { 'consul': config_hash => { 'datacenter' => 'car', 'data_dir' => '/opt/consul', 'ui_dir' => '/opt/consul/ui', 'client_addr' => '0.0.0.0', 'log_level' => 'INFO', 'node_name' => "${hostname}", 'server' => true, 'bootstrap_expect' => 1 } }
and three agents with
class { 'consul': join_cluster => 'test-cluster-vm.car.dmz', config_hash => { 'datacenter' => 'car', 'data_dir' => '/opt/consul', 'client_addr' => '0.0.0.0', 'log_level' => 'INFO', 'node_name' => "${hostname}", 'server' => false, } } consul::service { 'puppetmaster': port => 8140, }
But exec exec { 'join consul cluster': is not working 'cause
/usr/local/bin/consul info | grep num
shows nothing on those three agents
The text was updated successfully, but these errors were encountered:
I guess I stumbled upon #31 It would be nice if you'd updated README
Sorry, something went wrong.
Removed deprecated docs from the readme regarding join_cluster. Closes …
ce1d534
…#56.
I've updated the readme. Please PR if you have any improvements!
No branches or pull requests
Or maybe I'm using this module wrong.
I've setup one server with
and three agents with
But exec exec { 'join consul cluster': is not working 'cause
shows nothing on those three agents
The text was updated successfully, but these errors were encountered: