Skip to content

Commit

Permalink
Use correct rule names in 'debops.ferm' config
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Sep 12, 2016
1 parent 683ce9a commit 8b2b0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ samba__default_shares:
# Configuration for :command:`iptables` firewall managed by :program:`ferm`.
samba__ferm__dependent_rules:

- type: 'dport_accept'
- type: 'accept'
protocol: [ 'udp' ]
dport: [ 'netbios-ns', 'netbios-dgm' ]
saddr: '{{ samba__allow }}'
Expand All @@ -261,7 +261,7 @@ samba__ferm__dependent_rules:
delete: '{{ "samba" not in samba__base_packages }}'
weight: '50'

- type: 'dport_accept'
- type: 'accept'
protocol: [ 'tcp' ]
dport: [ 'netbios-ssn', 'microsoft-ds' ]
saddr: '{{ samba__allow }}'
Expand Down

0 comments on commit 8b2b0c6

Please sign in to comment.