Skip to content

Commit

Permalink
Merge pull request #29 from rightscale-cookbooks/fix_rhel_assumeno
Browse files Browse the repository at this point in the history
fixed --assume-no to --assumeno for rhel
  • Loading branch information
cdwilhelm committed Mar 15, 2016
2 parents ba3f58e + fb2f59a commit f3a102a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 2.0'
description 'Application cookbook to set up HAProxy on a RightScale environment'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.0'
version '1.2.1'

depends 'marker', '~> 1.0.1'
depends 'haproxy', '~> 1.6.0'
Expand Down
2 changes: 1 addition & 1 deletion recipes/collectd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
end

yum_package 'socat' do
options "--assume-no"
options "--assumeno"
action :install
only_if {node["platform_family"]=='rhel'}
end
Expand Down

0 comments on commit f3a102a

Please sign in to comment.