thias / puppet-php

Puppet module to manage PHP
Other
49 stars 67 forks source link

Update php::module and php::module::ini to be more flexible with package names #30

Closed jeffsheltren closed 10 years ago

jeffsheltren commented 10 years ago

The change to module.pp allows passing a full package name as the title (much like php::module::ini does with 334a1dce).

The change to php::module::ini allows the package name override to work even for the 'apc' module.

thias commented 10 years ago

This is getting complex. For now, it's a "why not", but first I'd like to investigate cleaner solutions before moving forward with these kind of changes. See https://github.com/thias/puppet-php/pull/31#issuecomment-42820752