Hi,
I'm new to the puppet forge - I decided to give the puppetlabs
firewall module a try. I ran:
cd /etc/puppet/modules # yes - this is where my modules go
puppet-module install puppetlabs-firewall
and I modified my puppet.conf to include the "pluginsync = true" in
the [agent] section. When I tried adding the following to my snmp
module:
firewall { "allow-snmp": action => 'accept', }
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
Help?
...dave
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en.