Explorar el Código

Exclude require statement when install_packages is False.

The 'require' statement needs a list as input, but doesn't get
any input when install_packages is set to False.
master
Simon Lloyd hace 9 años
padre
commit
462455ead9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/ssh.sls

+ 1
- 1
salt/ssh.sls Ver fichero

@@ -11,7 +11,7 @@ ensure roster config:
- name: {{ salt_settings.config_path }}/roster
- source: salt://salt/files/roster.jinja
- template: jinja
- require:
{% if salt_settings.install_packages %}
- require:
- pkg: ensure salt-ssh is installed
{% endif %}

Cargando…
Cancelar
Guardar