Skip to content

Commit

Permalink
add option force for deb installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdamiano committed Aug 12, 2014
1 parent 52cf789 commit d6fda79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
license "Apache"
description "Installs and configures elasticsearch"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.markdown'))
version "0.3.11"
version "0.3.12"

depends 'ark', '>= 0.2.4'

Expand Down
1 change: 1 addition & 0 deletions recipes/deb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

dpkg_package "#{Chef::Config[:file_cache_path]}/#{filename}" do
action :install
options "--force-yes"
end

#override installation path
Expand Down

0 comments on commit d6fda79

Please sign in to comment.