]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Cleanup
authorDavid Schmitt <david.schmitt@puppet.com>
Tue, 12 Sep 2017 13:43:11 +0000 (14:43 +0100)
committerDavid Schmitt <david.schmitt@puppet.com>
Tue, 12 Sep 2017 13:43:11 +0000 (14:43 +0100)
spec/spec_helper_acceptance.rb

index 00570739abfb62a36429c566bb5fcea55f518b56..78bdd6aa3301ce4dcc1dbb9ee49a9a40b35934c7 100644 (file)
@@ -6,8 +6,6 @@ run_puppet_install_helper
 install_module_on(hosts)
 install_module_dependencies_on(hosts)
 
-UNSUPPORTED_PLATFORMS = ['RedHat','Suse','windows','AIX','Solaris']
-
 # This method allows a block to be passed in and if an exception is raised
 # that matches the 'error_matcher' matcher, the block will wait a set number
 # of seconds before retrying.