Skip to content

Commit 05ef3c9

Browse files
author
John Bellone
committedAug 24, 2015
Fixes rubocop failure.
1 parent e8a9818 commit 05ef3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎attributes/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
default['consul']['config']['data_dir'] = '/var/lib/consul'
1616
default['consul']['config']['ca_file'] = '/etc/consul/ssl/CA/ca.crt'
1717
default['consul']['config']['cert_file'] = '/etc/consul/ssl/certs/consul.crt'
18-
default['consul']['config']['client_addr'] = '0.0.0.0'
18+
default['consul']['config']['client_addr'] = '0.0.0.0'
1919
default['consul']['config']['key_file'] = '/etc/consul/ssl/private/consul.key'
2020
default['consul']['config']['ports'] = {
2121
'dns' => 8600,

0 commit comments

Comments
 (0)
Failed to load comments.