Merge pull request #10 from salt-formulas/update-minimal-sm-config

update minmal SM config
diff --git a/bootstrap.sh b/bootstrap.sh
index cf0dfea..804d326 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -75,6 +75,7 @@
 # salt
 export SALT_MASTER=${SALT_MASTER:-127.0.0.1} # ip or fqdn
 export MINION_ID=${MINION_ID:-${HOSTNAME}.${DOMAIN}}
+export MASTER_HOSTNAME=${MASTER_HOSTNAME:-${HOSTNAME}.${DOMAIN}}
 
 # saltstack
 BOOTSTRAP_SALTSTACK=${BOOTSTRAP_SALTSTACK:-True}