Hello,

  While I have never used this particular package, I am curious about that
trailing comma:

source      => ['10.0.0.0/8','192.168.0.0/16',],

or

source      => ['10.0.0.0/8','192.168.0.0/16'],

Charles Buckley

On Tue, Nov 29, 2011 at 2:05 PM, Mohamed Lrhazi <lrh...@gmail.com> wrote:

> Hi,
>
> am trying this rule:
>
>
>    firewall { '100 allow ssh from GUNET':
>      proto       => 'tcp',
>      dport       => '22',
>      source      => ['10.0.0.0/8','192.168.0.0/16',],
>      action      => accept,
>    }
>
>
> and it only seems to add a rule for the first subnet. The second is
> silently ignored.
>
> is my syntax incorrect?
>
> Thanks,
> Mohamed.
>
> --
> 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.
>
>

-- 
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.

Reply via email to