Compare commits

..

No commits in common. "9f176609a53be65b31139683c39c1264550d5f92" and "6763d1b64e0f8f50127b0c38b3bdf9a4582e2d3e" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -1 +0,0 @@
manage_sshd: False

View File

@ -1,6 +1,5 @@
include: include:
- openssh.banner - openssh.banner
{%- if salt['pillar.get']('manage_sshd', True) %}
- openssh.config - openssh.config
/etc/ssh/user_ca: /etc/ssh/user_ca:
@ -11,4 +10,3 @@ include:
{%- endfor -%} {%- endfor -%}
- require: - require:
- pkg: openssh - pkg: openssh
{%- endif %}