puppet-php icon indicating copy to clipboard operation
puppet-php copied to clipboard

Hiera / Foreman Support

Open mesouug opened this issue 10 years ago • 2 comments

Good day.

First of all I would like to thank you for creating such good module. Just a small question. Do you plan to add hiera / foreman support to this module? If not please consider this ticket as feature request. :)

Thanks, Mikhail

mesouug avatar Apr 03 '15 17:04 mesouug

I'm able to use php::fpm::daemon & php::cli classes with heira but cannot figure out how to use php::ini with heira.

I'm using this in a profile/role implementation and would like to be able to pass ini values based on what's in heira.

claflico avatar Apr 09 '15 16:04 claflico

Just change the places with variables ie. $::php::params::common_package_name to hiera('php::params::common_package_name', $::php::params::common_package_name)

Then you can use hiera to specify the package names etc.

FooBarTrixibell avatar Feb 07 '17 20:02 FooBarTrixibell