Skip to content

Commit

Permalink
Merge pull request #539 from DavidS/remove-unused-code
Browse files Browse the repository at this point in the history
(maint) remove unused, wrong code
  • Loading branch information
jonnytdevops committed Jun 18, 2015
2 parents f0fb719 + e119160 commit 047ff3a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ def ip6tables_flush_all_tables
end
end

def is_rhel7(osfamily, operatingsystem, operatingsystemrelease)
if osfamily == 'RedHat'
case operatingsystem
when 'Amazon'
false
when 'Fedora'
operatingsystemrelease >= '7.0'
else
operatingsystemrelease >= '15'
end
else
false
end
end

run_puppet_install_helper

UNSUPPORTED_PLATFORMS = ['windows','Solaris','Darwin']
Expand Down

0 comments on commit 047ff3a

Please sign in to comment.