puppet-php
puppet-php copied to clipboard
Private php::pear class has no way to change php::pear::package from php class
trafficstars
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet:
- Ruby:
- Distribution:
- Module version:
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
Php::Pear uses assert_private(), but there is no corresponding parameter for php class to change php::pear::package, leaving hiera as the only way to alter the package name.
Hey @eimirae, could you provide a PR that adds the param to the init.pp and passes it along the php::pear class?