Skip to content
Snippets Groups Projects
Commit 346a77b8 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Fixes a bug that prevents root's known_hosts to be written

parent 9eb0cb9d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ deployer: ...@@ -4,7 +4,7 @@ deployer:
user.absent: [] user.absent: []
group.absent: [] group.absent: []
{% if salt.pillar.get('deploy:config:key:', False) %} {% if salt.pillar.get('deploy:config:key', False) %}
deploy_user_ssh_known_hosts_file_present: deploy_user_ssh_known_hosts_file_present:
file.managed: file.managed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment