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

quick fix to add support for Solaris & Suse #18

Closed
wants to merge 1 commit into from
Closed

quick fix to add support for Solaris & Suse #18

wants to merge 1 commit into from

Conversation

Phil-Friderici
Copy link
Contributor

just a quick fix out of the Aachen workshop, please don't pull now. Needs more fixing.

hasstatus => $idmapd_service_hasstatus,
hasrestart => $idmapd_service_hasrestart,
subscribe => File['idmapd_conf'],
if $::osfamily != 'Suse' {
Copy link
Owner

Choose a reason for hiding this comment

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

This is a bit of bike shedding, but if we only support two things, EL and Suse, it would be better to be in the affirmative and say if $::osfamily == 'RedHat' { as it is a bit easier to grok.

@ghoneycutt
Copy link
Owner

This is awesome work, thanks.

@ghoneycutt
Copy link
Owner

Reworking in #19

@ghoneycutt ghoneycutt closed this Dec 2, 2013
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.

2 participants