On 25 October 2011 22:49, David Alden <d...@alden.name> wrote: > I got: > > err: Could not autoload firewall: no such file to load -- > puppet/util/firewall at /etc/puppet/modules/snmp/manifests/config.pp:9 > on node ns2.math.osu.edu > > I tried "puppet describe firewall" and got: > > Could not run: Could not autoload > /etc/puppet/modules/firewall/lib/puppet/type/firewall.rb: no such file > to load -- puppet/util/firewall >
For the benefit of the archives, you'll also see the same error if used in master-less setup with "puppet apply". It's related to this bug: https://projects.puppetlabs.com/issues/4248 A hacky workaround is to make all the requires relative to __FILE__ like this: https://gist.github.com/1315760 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.