Skip to content

Commit

Permalink
Fixes rubocop failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Aug 24, 2015
1 parent e8a9818 commit 05ef3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
default['consul']['config']['data_dir'] = '/var/lib/consul'
default['consul']['config']['ca_file'] = '/etc/consul/ssl/CA/ca.crt'
default['consul']['config']['cert_file'] = '/etc/consul/ssl/certs/consul.crt'
default['consul']['config']['client_addr'] = '0.0.0.0'
default['consul']['config']['client_addr'] = '0.0.0.0'
default['consul']['config']['key_file'] = '/etc/consul/ssl/private/consul.key'
default['consul']['config']['ports'] = {
'dns' => 8600,
Expand Down

0 comments on commit 05ef3c9

Please sign in to comment.