Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hiera / Foreman Support #61

Open
mesouug opened this issue Apr 3, 2015 · 2 comments
Open

Hiera / Foreman Support #61

mesouug opened this issue Apr 3, 2015 · 2 comments

Comments

@mesouug
Copy link

mesouug commented Apr 3, 2015

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

@claflico
Copy link

claflico commented Apr 9, 2015

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.

@FooBarTrixibell
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants