This commit is contained in:
parent
6a6198c9b9
commit
28dd9694af
4 changed files with 77 additions and 1 deletions
22
bundles/oidentd/metadata.py
Normal file
22
bundles/oidentd/metadata.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
from bundlewrap.metadata import atomic
|
||||
|
||||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'oidentd': {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'iptables/port_rules/113',
|
||||
)
|
||||
def iptables(metadata):
|
||||
return {
|
||||
'iptables': {
|
||||
'port_rules': {
|
||||
'113': atomic(metadata.get('oidentd/restrict-to', set('*'))),
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue