-
-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR#292 Compatibility with Softwarecollections (SCL)
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.
- Loading branch information
Showing
12 changed files
with
435 additions
and
86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
fixtures: | ||
repositories: | ||
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
apt: "git://github.com/puppetlabs/puppetlabs-apt.git" | ||
zypprepo: "git://github.com/deadpoint/puppet-zypprepo.git" | ||
inifile: "git://github.com/puppetlabs/puppetlabs-inifile.git" | ||
archive: "git://github.com/voxpupuli/puppet-archive.git" | ||
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
apt: "https://github.com/puppetlabs/puppetlabs-apt.git" | ||
zypprepo: "https://github.com/deadpoint/puppet-zypprepo.git" | ||
inifile: "https://github.com/puppetlabs/puppetlabs-inifile.git" | ||
archive: "https://github.com/voxpupuli/puppet-archive.git" | ||
symlinks: | ||
php: "#{source_dir}" |
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
Oops, something went wrong.