From c09dbfdd929582a9c3ab0490038eb20bb5e0239b Mon Sep 17 00:00:00 2001 From: Erik Blas Date: Sat, 6 Sep 2014 14:55:45 -0700 Subject: [PATCH] Whitespace cleanup and getting the cookbook version in sync. --- attributes/default.rb | 1 - metadata.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 329dc648..7ed69d6a 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -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 diff --git a/metadata.rb b/metadata.rb index 19d6307a..ce1cf1bb 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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.'