0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-05-16 06:16:53 +02:00

Merge 888c5f11410e685c7e9ab72e48865b7f8a171eb8 into 49520e699a23ac744e179fd88bb15295485eabb0

This commit is contained in:
Michael Nunes 2026-01-21 12:25:11 +00:00 committed by GitHub
commit 367d446fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ sshd_config-with-ini:
{%- if salt['file.contains_regex'](openssh.sshd_config, regex_search_for_tabs) %} {%- if salt['file.contains_regex'](openssh.sshd_config, regex_search_for_tabs) %}
file.replace: file.replace:
- name: {{ openssh.sshd_config }} - name: {{ openssh.sshd_config }}
- pattern: {{ regex_search_for_tabs }} - pattern: '{{ regex_search_for_tabs }}'
- repl: '\1 \2' - repl: '\1 \2'
- show_changes: True - show_changes: True
- require_in: - require_in: