Fix https-port
This commit is contained in:
parent
3e954ef23b
commit
290bd13b97
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ system_firewall_rules:
|
|||
- template: jinja
|
||||
- context:
|
||||
STATE: {{ sls }}
|
||||
ALLOWED_PORTS: [442, 25565]
|
||||
ALLOWED_PORTS: [443, 25565]
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: '0600'
|
||||
|
|
Loading…
Reference in a new issue