Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it all work on solaris... #47

Merged
merged 1 commit into from Feb 28, 2014

Conversation

hunner
Copy link
Contributor

@hunner hunner commented Feb 27, 2014

No description provided.

@@ -1,7 +1,7 @@
require 'spec_helper_acceptance'

describe 'prep nodes', :unless => UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem')) do
it 'requires java' do
it 'requires java', :unless => fact('osfamily') == "Solaris" do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably isn't necessary, Solaris shouldn't be in the UNSUPPORTED_PLATFORMS list

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It isn't. It's just excluded from the "requires java" part :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"It requires java unless the osfamily is solaris"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohhh, we're in basic. I thought we were in unsupported. My bad

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also answers my next question: "Where do we install java"

branan pushed a commit that referenced this pull request Feb 28, 2014
@branan branan merged commit 501df31 into puppetlabs:1.2.x Feb 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants