Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Misunderstanding, how it works #14

Open
Andor opened this issue May 13, 2014 · 1 comment
Open

Misunderstanding, how it works #14

Andor opened this issue May 13, 2014 · 1 comment

Comments

@Andor
Copy link

Andor commented May 13, 2014

Hello, Alessandro!
I have little problem with your module.
Example:

  firewall { "rabbitmq-5672":
      protocol    => 'tcp',
      port        => 5672,
      destination => '192.168.21.16',
      tool        => 'iptables',
  }

Creates rule for iptables without specification of destination:

-A INPUT   -p tcp --dport 5672 -j ACCEPT -m comment --comment "rabbitmq-5672"
@Andor
Copy link
Author

Andor commented May 13, 2014

But at the same time, call for firewall from your modules like puppet-nrpe works fine:

-A INPUT   -p tcp --dport 25 -s 0.0.0.0/0 -d 192.168.21.16 -j ACCEPT -m comment --comment "postfix_tcp_25"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant