Issue #15847 has been updated by Josh Cooper. Project changed from Hiera-Puppet to Puppet
---------------------------------------- Bug #15847: undefined method `catalog' https://projects.puppetlabs.com/issues/15847#change-76945 Author: Lee Lowder Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: On a fresh install of Ubuntu 12.04 (32bit server), puppet* 3.0.0-0.1rc3puppetlabs1, hiera 1.0.0-0.1rc4 and (from source) hiera-puppet 1.0.0-0.1rc2 I am now getting the following when I run puppet agent --test. Error 400 on SERVER: undefined method `catalog' for #<Hash:0xb6a328b4> at /etc/puppet/environments/test/manifests/nodes/puppet_local_test.pp:8 On this node def, I have tried both: include basenode and class { 'basenode': is_puppet_master => true, } The top part of the basenode class: class basenode ($is_puppet_master = false, $apt_host = 'repo.XXXXX.com') { -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
