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

Capture upstream changes #1

Merged
merged 321 commits into from
Jan 31, 2018
Merged

Conversation

minorOffense
Copy link
Member

No description provided.

mmoll and others added 30 commits June 13, 2016 15:26
* Ensure that the PPA repo has been added and refreshed before installing any packages
* Fix ::apt::update dependency for xml package in pear.pp
)

set as parameter to init.pp to some non-default

Also spec for xml package
add spec test for package_prefix
The correct repository is already present in a stock install.
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
mmoll and others added 29 commits September 13, 2017 11:25
update dependencies in metadata
Fix syntax issues with data types
Proposed fix for failing parallel spec tests
fix ubuntu 17.04 version for php7
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
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
@minorOffense minorOffense merged commit fec454c into coldfrontlabs:master Jan 31, 2018
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.