You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like infra.pp:32 looks into $facts['os']['lsb']['distcodename'].
Running facter, we only get the following for os
os => {
architecture => "amd64",
distro => {
codename => "trusty",
description => "Ubuntu 14.04.5 LTS",
id => "Ubuntu",
release => {
full => "14.04",
major => "14.04"
}
},
family => "Debian",
hardware => "x86_64",
name => "Ubuntu",
release => {
full => "14.04",
major => "14.04"
},
selinux => {
enabled => false
}
}
What are you seeing
Puppet run encounters an error.
What behaviour did you expect instead
NewRelic should be installed.
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Operator '[]' is not applicable to an Undef Value. at /etc/puppetlabs/code/environments/development/modules/newrelic/manifests/repo/infra.pp:32:22
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
I am installing the module using
include newrelic
with hiera params for
It seems like infra.pp:32 looks into
$facts['os']['lsb']['distcodename']
.Running
facter
, we only get the following foros
What are you seeing
Puppet run encounters an error.
What behaviour did you expect instead
NewRelic should be installed.
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Operator '[]' is not applicable to an Undef Value. at /etc/puppetlabs/code/environments/development/modules/newrelic/manifests/repo/infra.pp:32:22
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: