Skip to content

Commit

Permalink
Fix ubuntu version as float
Browse files Browse the repository at this point in the history
Co-Authored-By: Michael T Lombardi (He/Him) <[email protected]>
  • Loading branch information
asieraguado and michaeltlombardi authored Feb 3, 2020
1 parent 8e4edc3 commit 7af0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ class { 'apache::mod::shib': }
end
end

describe 'auth_oidc', unless: (os[:family] == 'ubuntu' && os[:release].to_f == '14.04') do
describe 'auth_oidc', unless: (os[:family] == 'ubuntu' && os[:release].to_f == 14.04) do
pp = <<-MANIFEST
class { 'apache': }
apache::vhost { 'test.server':
Expand Down

0 comments on commit 7af0640

Please sign in to comment.