forked from jippi/puppet-php
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for PHP7, closes jippiGH-146
Fixes non-overridable paths Added validations and isolated fpm pool base dir - Added validations for new path parameters - `$::php::fpm::pool::base_dir` is now mapped internally to another variable, taking first the value of `$::php::fpm::pool::base_dir` when provided, then inheriting from `$::php::fpm::config::pool_base_dir` when the class `$::php::fpm::config` has been instantiated, and finally inheriting from `$::php::params::fpm_pool_dir` if not provided and not instantiated. Change variable assignment logic Replaces ternaries and fixes misbehaviour Converts LFCR to LF and fixes test Replacement of ternaries with pick_default
- Loading branch information
Carlos García
committed
Dec 17, 2015
1 parent
03dac75
commit fe0a22f
Showing
5 changed files
with
58 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
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
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