Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change salt-minion startup_states #12095

Merged
merged 4 commits into from
Jan 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove comment
  • Loading branch information
m0duspwnens committed Dec 19, 2023
commit 28fdf15304b1ad0a6f6da1631d6c0019b08ebbd5
2 changes: 0 additions & 2 deletions salt/salt/minion.sls
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ set_log_levels:
- "log_level: info"
- "log_level_logfile: info"

# we use the only if here because there is a point in setup where thise state runs
# but this state isn'r present on a manager type node
enable_startup_states:
file.uncomment:
- name: /etc/salt/minion
Expand Down
Loading