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

Support Ubuntu 16.04 and PHP 7 #63

Open
csdougliss opened this issue Jun 21, 2016 · 2 comments
Open

Support Ubuntu 16.04 and PHP 7 #63

csdougliss opened this issue Jun 21, 2016 · 2 comments

Comments

@csdougliss
Copy link

csdougliss commented Jun 21, 2016

By default it's hard coded to php5

Also get this error:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter include on Apt::Source[newrelic] at /etc/puppet/modules/newrelic/manifests/params.pp:44
@cubiclelord
Copy link

cubiclelord commented Aug 2, 2016

Not sure about Ubuntu 16.04 but I was able to overwrite the php5 modules directory in hiera like this:

newrelic::agent::php::newrelic_php_conf_dir: '/etc/php/7.0/mods-available'

I'm installing PHP7 on Ubuntu 14.04 and this seems to work.

@gabriel403
Copy link

    class {'newrelic::agent::php':
      newrelic_license_key  => 'somelicensekey',
      newrelic_ini_appname  => $newrelic_name,
      newrelic_php_conf_dir => '/etc/php/7.0/mods-available',
    }

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