fix typos
This commit is contained in:
parent
c64e5bcdcc
commit
bd07e76d36
3 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,7 @@ network_firewall_rules:
|
|||
- source: salt://{{ tpldir }}/files/firewall_rules.nft.jinja
|
||||
- template: jinja
|
||||
- context:
|
||||
sls: {{ sls }}
|
||||
ALLOWED_PORTS: [80, 443, 25565, 51871]
|
||||
- user: root
|
||||
- group: root
|
||||
|
|
|
@ -11,6 +11,7 @@ nginx_pkg_config:
|
|||
- source: salt://{{ tpldir }}/files/nginx.conf.jinja
|
||||
- template: jinja
|
||||
- context:
|
||||
sls: {{ sls }}
|
||||
log_dir: {{ nginx.log_dir }}
|
||||
sites_enabled_dir: {{ nginx.sites_enabled_dir }}
|
||||
- require:
|
||||
|
|
|
@ -4,6 +4,6 @@ include:
|
|||
nginx_service_running:
|
||||
service.running:
|
||||
- name: nginx
|
||||
- enabled: True
|
||||
- enable: True
|
||||
- require:
|
||||
- nginx_pkg_pkgs
|
||||
|
|
Loading…
Reference in a new issue