Merge pull request #13944 from Security-Onion-Solutions/saltbootstrap

update bootstrap-salt
This commit is contained in:
Josh Patterson
2024-11-14 10:25:16 -05:00
committed by GitHub
5 changed files with 24 additions and 12 deletions

View File

@@ -114,7 +114,7 @@ copy_so-repo-sync_sbin:
{% if grains.os_family == 'Debian' %}
{% set saltrepofile = '/etc/apt/sources.list.d/salt.list' %}
{% endif %}
remove_saltproject_io_repo:
remove_saltproject_io_repo_manager:
file.absent:
- name: {{ saltrepofile }}
{% endif %}