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

undefined method `ref' for nil:NilClass #185

Closed
gms8994 opened this issue Dec 28, 2015 · 2 comments
Closed

undefined method `ref' for nil:NilClass #185

gms8994 opened this issue Dec 28, 2015 · 2 comments
Labels
needs-feedback Further information is requested

Comments

@gms8994
Copy link

gms8994 commented Dec 28, 2015

Running puppet agent --test against a puppetmaster with puppetlabs-nodejs v0.8.0 results in the error mentioned. 0.7.1 does not have this problem. Puppet 3.4.3 on master and agent. The following modules installed.

puppet module list
/etc/puppet/modules
├── maestrodev-ssh_keygen (v1.3.1)
├── puppetlabs-apt (v2.2.0)
├── puppetlabs-concat (v1.2.5)
├── puppetlabs-firewall (v1.7.1)
├── puppetlabs-nodejs (v0.8.0)
├── puppetlabs-stdlib (v4.9.0)
└── saz-ssh (v2.8.1)
puppet agent --test
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: undefined method `ref' for nil:NilClass on node `nodename`
@juniorsysadmin
Copy link
Member

@gms8994 As discussed in #149 this appears to be due to a nested contain bug that was fixed in Puppet 3.7.0

@juniorsysadmin juniorsysadmin added the needs-feedback Further information is requested label Dec 29, 2015
@igalic
Copy link
Contributor

igalic commented Jan 4, 2016

85b9b72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-feedback Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants