Helps if you add the IP address

This commit is contained in:
Mike Reeves
2022-09-23 08:52:58 -04:00
parent 02f1d24ea6
commit 2b9322b823

View File

@@ -91,6 +91,7 @@ fi
# If you have reached this part of your quest then let's add the IP # If you have reached this part of your quest then let's add the IP
echo "Adding $IP to the $ROLE role" echo "Adding $IP to the $ROLE role"
echo "$IP" >> $local_salt_dir/hostgroups/$ROLE
# Check to see if we are applying this right away. # Check to see if we are applying this right away.
if [ "$APPLY" = "true" ]; then if [ "$APPLY" = "true" ]; then