Merge pull request #469 from voxpupuli/modulesync
modulesync 1.9.5 / allow puppetlabs/apt 5.x
Merge pull request #470 from voxpupuli/modulesync
modulesync 1.9.6
Merge pull request #472 from voxpupuli/stdlib
Allow puppetlabs/stdlib 5.x and puppetlabs/apt 6.x
dont call downcase() on undef variable
This got probably introduced during some debugging. The variable is always undef. This works on Puppet 4 and 5 because downcase() works with undef by accident. This got fixed in the latest puppet 6. It now results in a compile error.
Merge pull request #476 from bastelfreak/tests
Add acceptance tests for system php with extensions
Fix enable extension when there is no module associated
When the extension has no module associated (e.g. with net-curl), the module always run phpenmod command (because phpquery always report that the module is not matched). This commit tries to fix this problem
Merge pull request #479 from amateo/fix_ena_module
Fix enable extension when there is no module associated
Remove config when module is ensured to absent
When the module is ensured to absent, it removes its config and not try to create the config file and enable it.
Merge pull request #478 from amateo/fix_mod_ensure
Remove config when module is ensured to absent
Merge pull request #481 from voxpupuli/modulesync
modulesync 2.1.0 and allow puppet 6.x