Minimize metadata when creating startup scripts.

Strip all comments when creating the omnibus startup scripts for starting the VMs.  This reduces some noise and may prevent us from hitting the eventual limits there.
This commit is contained in:
Joe Beda
2014-06-06 22:26:39 -07:00
parent 9f25cd29c5
commit 2e5be7c4e5
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ detect-master
(
echo MASTER_RELEASE_TAR=$RELEASE_NORMALIZED/master-release.tgz
cat $(dirname $0)/templates/download-release.sh
grep -v "^#" $(dirname $0)/templates/download-release.sh
echo "echo Executing configuration"
echo "sudo salt '*' mine.update"
echo "sudo salt --force-color '*' state.highstate"