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

Can't override params #77

Open
dsbaars opened this issue May 20, 2016 · 0 comments
Open

Can't override params #77

dsbaars opened this issue May 20, 2016 · 0 comments

Comments

@dsbaars
Copy link

dsbaars commented May 20, 2016

I'm trying to override params so I can use it with Ubuntu 16.04 (and PHP 7.0), but it keeps looking for php 5 packages. Maybe the use of basedirs is a good idea you don't have to change every path?

php::cli::inifile: /etc/php/7.0/cli/php.ini
php::fpm::daemon::package_name: php7.0-fpm
php::fpm::daemon::service_name: php7.0-fpm
php::fpm::daemon::fpm_pool_dir: /etc/php/7.0/fpm/pool.d
php::fpm::daemon::fpm_conf_dir: /etc/php/7.0/fpm/conf.d
php::params::fpm_package_name:: php7.0-fpm
php::fpm::conf::package_name: php7.0-fpm
php::fpm::conf::service_name: php7.0-fpm
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid relationship: File[/etc/php5/fpm/pool.d/icingaweb2.conf] { require => Package[php5-fpm] }, because Package[php5-fpm] doesn't seem to be in the catalog

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find resource 'Service[php5-fpm]' for relationship from 'File[/etc/php/7.0/cli/php.ini]' on node monitoring
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

1 participant