-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Dependency on puppetlabs-ruby constrains use #49
Comments
@dcj the way to go is to fix those modules then ;) |
@igalic Agreed, but it my current impression that puppet labs only supports specific OSes with their PE product, and these modules are intended to support only that product, and therefore they aren't interested in additions for other OSes. |
That is not entirely true. While puppetlabs is highly focused on getting support for PE supported platforms into supported modules, that doesn't mean that they will leave the FOSS community by the side. If you can update puppetlabs-ruby to support your favourite OS, and include Documentation and spec tests / acceptance tests (if possible / necessary), there is no reason why that shouldn't get merged. |
Typically they will take any well thought out code they can test against |
I would be interested in getting this module working on darwin though, so please file any thing thats not working. |
Seems like the ignore option in this PR #67 might solve this in a round about fashion |
also now that puppet is supported on Mac OS X pe_gem should just work |
closing this now that #67 is merged in v2.3.0 |
The puppetlabs-ruby module only supports Debian and Redhat based systems, so when I attempt to use this r10k module on another OS, (e.g. OS X/Darwin), it fails.
It would be a nice enhancement if there was a way to use this r10k module on a broader set of machines....
The text was updated successfully, but these errors were encountered: