Hi Dave,
Is the class getting included properly? You should be getting:
err: Could not run Puppet configuration client: Parameter name failed:
Invalid value "allow-snmp".
Which is what I'm seeing when I use that rule. The rules need numbers
for ordering:
firewall { "500 allow-snmp":
proto => 'all',
dport => '161',
action => 'accept',
}
And will generally reject any namevars that don't have them.
ken.
On Wed, Oct 26, 2011 at 3:39 PM, Dave Alden <[email protected]> wrote:
> Hi,
> So now I'm not getting any errors when I put the following in one of my
> classes:
>
> firewall { "allow-snmp":
> proto => 'all',
> dport => '161',
> action => 'accept',
> }
>
> But I'm also not seeing any change in my iptables firewall (nor am I seeing
> anything about the firewall module in the debug output). Do I have to
> include another command to get this to take affect?
>
> ...thnx,
> ...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.
>
>
--
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.