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

Solaris support with tests #78

Merged
merged 1 commit into from
Sep 13, 2017

Conversation

Nekototori
Copy link
Contributor

@Nekototori Nekototori commented Sep 13, 2017

This is a rebase from the other PR regarding adding compatibility for Solaris.

Solaris already has the package, so require Package fails, they've all been changed to Class per suggestions in previous PR.

Additional testing and hiera specifics were added by @dhollinger , plus a fix to the autofs fact by @wyardley so that tests will complete without error on macs as well.

Fixes to autofs_version fact

Add solaris tests
@dhollinger dhollinger merged commit f3da818 into voxpupuli:master Sep 13, 2017
@dhollinger
Copy link
Member

Thanks, @Nekototori!

@Nekototori Nekototori deleted the solaris_feature branch September 13, 2017 15:26
@dhollinger dhollinger added the bug Something isn't working label Sep 13, 2017
@@ -0,0 +1,12 @@
Facter.add(:autofs_version) do
unless :osfamily == 'Solaris'
Copy link
Member

Choose a reason for hiding this comment

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

I expected that the confine already did this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants