Add sshd_config to map.jinja and check if dig command is available before installing 'dig' package.

This commit is contained in:
Simon Lloyd
2016-04-19 02:53:14 +02:00
parent a85c19c256
commit daed52de19
4 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{%- set sshd_config = pillar.get('sshd_config', {}) -%}
{% from "openssh/map.jinja" import sshd_config with context %}
{#- present in sshd_config and known in actual file options -#}
{%- set processed_options = [] -%}