Skip to content

Commit

Permalink
specify pertino client version
Browse files Browse the repository at this point in the history
older versions don't work with this cookbook
  • Loading branch information
jimabramson authored Oct 5, 2016
1 parent 0c8d9b4 commit 666ba6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/provider_pertino_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def whyrun_supported?
# to prevent misbehaving, and allows for any variant of 32-bit.
arch 'x86_64' if platform_family?('rhel') && node['kernel']['machine'] == 'x86_64'
action :install
version '590-4651'
end

# Authenticate the Pertino Client via method specified
Expand Down

0 comments on commit 666ba6e

Please sign in to comment.