Skip to content

Commit

Permalink
Merge pull request #190 from joshgarnett/separate_install_from_service
Browse files Browse the repository at this point in the history
Separate install from service
  • Loading branch information
johnbellone committed Jul 4, 2015
2 parents 1e1e53a + 1c11aac commit 034e33c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
else
Chef::Application.fatal!("[consul::default] unknown install method, method=#{node['consul']['install_method']}")
end

include_recipe 'consul::service'
2 changes: 0 additions & 2 deletions recipes/install_binary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@
link Chef::Consul.active_binary(node) do
to Chef::Consul.latest_binary(node)
end

include_recipe 'consul::_service'
2 changes: 0 additions & 2 deletions recipes/install_packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@

package 'consul'
package 'consul-webui'

include_recipe 'consul::_service'
2 changes: 0 additions & 2 deletions recipes/install_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@
link Chef::Consul.active_binary(node) do
to Chef::Consul.source_binary(node)
end

include_recipe 'consul::_service'
File renamed without changes.

0 comments on commit 034e33c

Please sign in to comment.