Ver código fonte

Convert dig exist check to unless req

tags/v0.41.0
Lev Lozhkin 8 anos atrás
pai
commit
781be61881
1 arquivos alterados com 1 adições e 6 exclusões
  1. +1
    -6
      openssh/known_hosts.sls

+ 1
- 6
openssh/known_hosts.sls Ver arquivo

@@ -1,14 +1,9 @@
{% from "openssh/map.jinja" import openssh with context %}

check for existing dig:
cmd.run:
- name: which dig

ensure dig is available:
pkg.installed:
- name: {{ openssh.dig_pkg }}
- onfail:
- cmd: check for existing dig
- unless: which dig

manage ssh_known_hosts file:
file.managed:

Carregando…
Cancelar
Salvar