bundles/redis: fix default for restrict-to
This commit is contained in:
parent
2257e9a863
commit
7df5570db8
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def firewall(metadata):
|
|||
return {
|
||||
'firewall': {
|
||||
'port_rules': {
|
||||
'6379/tcp': atomic(metadata.get('redis/restrict-to', {'*'})),
|
||||
'6379/tcp': atomic(metadata.get('redis/restrict-to', set())),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue