Merge pull request #131 from arthurlogilab/patch-1
avoid crash if private_key is not shipped in pillar
This commit is contained in:
commit
9e47729230
@ -11,6 +11,7 @@ nginx_{{ domain }}_ssl_certificate:
|
||||
- watch_in:
|
||||
- service: nginx_service
|
||||
|
||||
{% if salt['pillar.get']("nginx:ng:certificates:{}:private_key".format(domain)) %}
|
||||
nginx_{{ domain }}_ssl_key:
|
||||
file.managed:
|
||||
- name: /etc/nginx/ssl/{{ domain }}.key
|
||||
@ -19,5 +20,5 @@ nginx_{{ domain }}_ssl_key:
|
||||
- contents_pillar: nginx:ng:certificates:{{ domain }}:private_key
|
||||
- watch_in:
|
||||
- service: nginx_service
|
||||
|
||||
{% endif %}
|
||||
{%- endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user