Skip to content

Commit

Permalink
Fix typo on directories to cleanup when deleting a system (bsc#122810…
Browse files Browse the repository at this point in the history
…1) (#9099)
  • Loading branch information
meaksh authored Jul 24, 2024
1 parent 0c7352e commit 5c718db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,16 @@ mgr_remove_salt_config_altname:

mgr_remove_salt_priv_key:
file.absent:
- name: {{ salt_config_dir }}/pki/minion.pem
- name: {{ salt_config_dir }}/pki/minion/minion.pem

mgr_remove_salt_pub_key:
file.absent:
- name: {{ salt_config_dir }}/pki/minion.pub
- name: {{ salt_config_dir }}/pki/minion/minion.pub

mgr_remove_salt_master_key:

file.absent:
- name: {{ salt_config_dir }}/pki/minion_master.pub
- name: {{ salt_config_dir }}/pki/minion/minion_master.pub

{%- if salt['pillar.get']('contact_method') not in ['ssh-push', 'ssh-push-tunnel'] %}
mgr_disable_salt:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix typo on directories to cleanup when deleting a system (bsc#1228101)

0 comments on commit 5c718db

Please sign in to comment.