Browse Source

Merge pull request #68 from levlozhkin/master

Convert dig exist check to unless req to remove spurious change in report
master
Forrest 8 years ago
parent
commit
8ea31fd661
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      openssh/known_hosts.sls

+ 1
- 6
openssh/known_hosts.sls View File

@@ -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:

Loading…
Cancel
Save