Does anyone know why i would get a module error for my 'base' module that 
I'm not even including for a node?  I'm explicitly NOT include the 'base', 
yet puppet-client-t2 still errors when i pull it in. Snips from both are 
below. Any ideas why this would happen?

Thanks,
JJ

====

site.pp file

[root@puppet-master-t1 puppet]# cat manifests/site.pp 
node 'puppet-client-t1' {
include base
include base::firewall
}
node 'puppet-client-t2' {
include monitoring
}

puppet agent run on client...

jjest@puppet-client-t2 puppet]$ su -c "puppet agent -t"
Password: 
Info: Retrieving plugin
Info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
Info: Loading facts in 
/var/lib/puppet/lib/facter/iptables_persistent_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb
Info: Loading facts in /var/lib/puppet/lib/facter/ip6tables_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/iptables_version.rb
*Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Could not find data item rsfw_rules in any Hiera data file and no default 
supplied at /etc/puppet/modules/base/manifests/firewall.pp:1 on node 
puppet-client-t2.mcis.washington.edu*
*Warning: Not using cache on failed catalog*
*Error: Could not retrieve catalog; skipping run*


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to