Procházet zdrojové kódy

Servers config should require available/enabled dirs

tags/v0.55.0
Andres Montalban před 7 roky
rodič
revize
dabbc99cc1
2 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. +3
    -1
      nginx/ng/map.jinja
  2. +2
    -0
      nginx/ng/servers_config.sls

+ 3
- 1
nginx/ng/map.jinja Zobrazit soubor

@@ -145,7 +145,9 @@
'disabled_postfix': '.disabled',
'symlink_opts': {},
'rename_opts': {},
'managed_opts': {},
'managed_opts': {
'makedirs': True,
},
'dir_opts': {
'makedirs': True,
},

+ 2
- 0
nginx/ng/servers_config.sls Zobrazit soubor

@@ -112,6 +112,8 @@ nginx_server_available_dir:
- name: {{ server_curpath(server) }}
- source: {{ source_path }}
- template: jinja
- require_in:
- service: nginx_service
{% if 'source_path' not in settings.config %}
- context:
config: {{ settings.config|json() }}

Načítá se…
Zrušit
Uložit