edit global.sls #9914
edit global.sls
#9914
-
when modifying in global.sls on the manager node to apply it, What is the command to make it apply without restarting? |
Beta Was this translation helpful? Give feedback.
Answered by
reyesj2
Mar 9, 2023
Replies: 1 comment
-
Wait 15 minutes for the next highstate to run or manually run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
reyesj2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wait 15 minutes for the next highstate to run or manually run
sudo salt '*' state.highstate
if you made a change to something specific eg zeek you can do
sudo salt '*' state.apply zeek