Merge pull request #73 from hunner/spec_typo

Spec typo
This commit is contained in:
Hunter Haugen
2014-08-28 17:53:30 -07:00

View File

@@ -94,11 +94,11 @@ end
# C14704 # C14704
# C14705 # C14705
# C15006 # C15006
describe 'oracle', :if => ( describe 'oracle', :if =>
(fact('operatingsystem') == 'Debian' and fact('operatingsystemrelease').match(/^7/)) (fact('operatingsystem') == 'Debian' and fact('operatingsystemrelease').match(/^7/))
or (fact('operatingsystem') == 'Ubuntu' and fact('operatingsystemrelease').match(/^12\.04/)) or (fact('operatingsystem') == 'Ubuntu' and fact('operatingsystemrelease').match(/^12\.04/))
or (fact('operatingsystem') == 'Ubuntu' and fact('operatingsystemrelease').match(/^14\.04/)) or (fact('operatingsystem') == 'Ubuntu' and fact('operatingsystemrelease').match(/^14\.04/))
) do do
# not supported # not supported
# The package is not available from any sources, but if a customer # The package is not available from any sources, but if a customer
# custom-builds the package using java-package and adds it to a local # custom-builds the package using java-package and adds it to a local