-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Compatibility with Softwarecollections (SCL) #292
Conversation
1443ca0
to
10c76d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your PR! I had a quick look.
the tests need to be fixed. if you're new to rspec testing: you can run bundle exec rake spec
, bundle exec rake validate
and bundle exec rake rubocop
locally to test on your machine.
does it introduce breaking changes for existing users?
ok, I'll look into it |
1d5bd1c
to
ebb6ac7
Compare
Hi @vinzent, the tests are fine now. The changes do not introduce any breaking changes since the additional parameters are optional. Please verify and merge :) Greetings, |
@diLLec could you rebase your commits to get a clean commit history?
howto: |
@vinzent thanks for the howto - commit is nice and clean now |
Hi ... Any chance this change will get merged in soon? |
5dd31f6
to
135f921
Compare
faf0366
to
d689f4b
Compare
Thanks for rebasing. Can you take a look at the used email address in the commit? It isn't associated with your github account. Can you also take a look at the failing spec tests? |
This adds RedHat SCL compatibility to this puppet module by adding the rhscl_mode parameter to ::php::globals. By specifying this parameter the module itself configures path specifications on its own based on the php_version string. Further the ::php::extensions define was extended by the ability to prefix configs and stack up extensions which are merged into one os package.
Hi, the code is rebased now and tests are passing (only the debian install seams to be broken - issue that is not related to the changes of this PR). Greetings, |
I fixed the conflicts and did another PR, and @bastelfreak merged it, so this can be closed Thanks to @diLLec for the work! |
While using this module with RHEL/CentOS and SCL-PHP (https://www.softwarecollections.org/en), I came across some problems (mainly path and name specifics). Please review my changes and merge them to master.
Greetings,
Michael