Skip to content

Commit

Permalink
Whitespace cleanup and getting the cookbook version in sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Blas committed Sep 6, 2014
1 parent ea0d507 commit c09dbfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
default['consul']['service_user'] = 'consul'
default['consul']['service_group'] = 'consul'


# Optionally bind to a specific interface
default['consul']['bind_interface'] = nil
default['consul']['advertise_interface'] = nil
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache v2.0'
description 'Installs/Configures consul'
long_description 'Installs/Configures consul'
version '0.4.3'
version '0.4.2'

recipe 'consul', 'Installs and starts consul service.'
recipe 'consul::install_binary', 'Installs consul service from binary.'
Expand Down

0 comments on commit c09dbfd

Please sign in to comment.