We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a9818 commit 05ef3c9Copy full SHA for 05ef3c9
attributes/default.rb
@@ -15,7 +15,7 @@
15
default['consul']['config']['data_dir'] = '/var/lib/consul'
16
default['consul']['config']['ca_file'] = '/etc/consul/ssl/CA/ca.crt'
17
default['consul']['config']['cert_file'] = '/etc/consul/ssl/certs/consul.crt'
18
-default['consul']['config']['client_addr'] = '0.0.0.0'
+default['consul']['config']['client_addr'] = '0.0.0.0'
19
default['consul']['config']['key_file'] = '/etc/consul/ssl/private/consul.key'
20
default['consul']['config']['ports'] = {
21
'dns' => 8600,
0 commit comments