Merge pull request #438 from marknl/patch-1
Update puppet/archive dependency
added condition to globals.pp to make module working on debian 9. Not…
…e: debians php extension prefix naming is inconsistent, some packages have php7.0- others php-. The user needs to solve this by setting package_prefix for the extension added spec tests for debian 9 updated metadata json, closes #439
cleaned up conditions in globals.pp and spec files to seperate Debian…
… and ubuntu more clearly. Also added conditions for Ubuntu 18.04. Be careful with the facter os.distro hash, its not available in older facter versions
Merge pull request #440 from SimonHoenscheid/debian_9_support
Add Debian 9 support
Merge pull request #431 from bastelfreak/repourl
switch the dotdeb repo url to https
Merge pull request #443 from bastelfreak/puppet
bump puppet to latest supported version 4.10.0
Merge pull request #444 from bastelfreak/scope
migrate vars from topscope to relative scope
Merge pull request #428 from jkroepke/patch-3
Add initial ubuntu 18.04 support
Merge pull request #447 from bastelfreak/fail
mark private classes with assert_private()
Merge pull request #291 from bitnexus/fix-path-for-phpunit-freebsd
Fix paths for phpunit on FreeBSD
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.
Merge pull request #451 from oranenj/scl
Compatibility with Software collections (SCL)
Merge pull request #435 from c33s/bugfix/434-remove-manual-hiera-lookup
fixed merge bug
Merge pull request #452 from ekohl/msync-docker
Rely on beaker-hostgenerator for docker nodesets
Merge pull request #453 from bastelfreak/puppet
drop EOL OSs; fix puppet version range
Merge pull request #461 from voxpupuli/modulesync
modulesync 1.9.3
Merge pull request #462 from bastelfreak/ubuntu1804
enable ubuntu 18.04 acceptance tests
Merge pull request #464 from voxpupuli/modulesync
modulesync 1.9.4
Merge pull request #465 from voxpupuli/modulesync
modulesync 1.9.4
Merge pull request #463 from Tamerz/rhscldocs
Update README.md with working RHSCL example.