forked from voxpupuli/puppet-php
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Capture upstream changes #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Ensure that the PPA repo has been added and refreshed before installing any packages * Fix ::apt::update dependency for xml package in pear.pp
…204) service provider for fpm.
The correct repository is already present in a stock install.
Closes #212
Fix command to enable php extensions - phpquery command always exits with status code 0, even if the extension is not enabled, so the enable command is never run. Fix: grep the string stating the extension is not enabled, and only run the enable command if that string is found
Rubocop fixes
update dependencies in metadata
Fix syntax issues with data types
Proposed fix for failing parallel spec tests
fix ubuntu 17.04 version for php7
modulesync 1.1.0
Confine pecl provider to where pear command is available
fix default value of php::fpm::pool::access_log_format
Add missing php-fpm user and group class param docs
modulesync 1.4.1
release 5.1.0
modulesync 1.5.0
Change default RedHat params to use config_root
When the pear package name is defined based on `$facter['os']['family']`. The problem is that Amazon Linux has 'RedHat' as os family. I set an `if` before case searching for 'Amazon' in `$facter['os']['name']` based on the output of the facter command on Amazon instances: ```shell $ facter os { architecture => "x86_64", family => "RedHat", hardware => "x86_64", name => "Amazon", release => { full => "2017.09", major => "2017", minor => "09" }, selinux => { enabled => false } } ```
Fixing wrong pear package name in Amazon Linux
modulesync 1.6.0
mark Puppet 5 as supported
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.