Setup - Adjust syntax

This commit is contained in:
Wes Lambert
2018-12-07 04:18:28 +00:00
parent e21c67f553
commit 6bfb813cdf

View File

@@ -171,7 +171,7 @@ chown_salt_master() {
clear_master() { clear_master() {
# Clear out the old master public key in case this is a re-install. # Clear out the old master public key in case this is a re-install.
# This only happens if you re-install the master. # This only happens if you re-install the master.
if [ -f /etc/salt/pki/minion/minion_master.pub]; then if [ -f /etc/salt/pki/minion/minion_master.pub ]; then
rm /etc/salt/pki/minion/minion_master.pub rm /etc/salt/pki/minion/minion_master.pub
service salt-minion restart service salt-minion restart
fi fi