Further updates for Debian post install scripts

This commit is contained in:
David Murphy 2024-05-06 12:15:23 -06:00 committed by Daniel Wozniak
parent 0b2eb2db8f
commit 840e22c734
3 changed files with 9 additions and 0 deletions

View file

@ -25,6 +25,9 @@ case "$1" in
else
systemctl enable salt-api
fi
else
systemctl restart salt-api
systemctl enable salt-api
fi
fi
;;

View file

@ -31,6 +31,9 @@ case "$1" in
else
systemctl enable salt-api
fi
else
systemctl restart salt-master
systemctl enable salt-master
fi
fi
;;

View file

@ -31,6 +31,9 @@ case "$1" in
else
systemctl enable salt-api
fi
else
systemctl restart salt-minion
systemctl enable salt-minion
fi
fi
;;