Skip to content

Commit

Permalink
update apt first then install latest salt
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Meno <gmeno@redhat.com>
  • Loading branch information
ChristinaMeno committed Apr 20, 2016
1 parent 3986620 commit 52152b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vps_bootstrap.sh
Expand Up @@ -9,7 +9,8 @@ else
curl -o install_salt.sh -L https://bootstrap.saltstack.com
fi

sudo sh install_salt.sh -G -P git v2014.7.6
sudo apt-get update
sudo sh install_salt.sh

pushd /calamari.git
pillar_data="{"\"username\":\"$1\"", "\"home\":\"$2\""}"
Expand Down

0 comments on commit 52152b5

Please sign in to comment.