Last active
December 20, 2015 08:08
-
-
Save narkisr/6097979 to your computer and use it in GitHub Desktop.
A script which install celestial using its opsk module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -O - https://gist.github.com/narkisr/6097786/raw/d744cc3a930b604d151c3d2d53fad4acef434d90/puppet-preqs.sh | bash | |
cd /tmp && wget http://dl.bintray.com/narkisr/boxes/celestial-sandbox-0.1.2.tar.gz | |
tar -xvzf celestial-sandbox-0.1.2.tar.gz && cd celestial-sandbox-0.1.2 | |
chmod +x install.sh && ./install.sh | |
cd /tmp && rm -rf celestial-sandbox-0.1.2 | |
echo 'Celestial setup is done, head on to http://bit.ly/celestial-config in order to finish setup' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment