Skip to content

Instantly share code, notes, and snippets.

@narkisr
Last active December 20, 2015 08:08
Show Gist options
  • Save narkisr/6097979 to your computer and use it in GitHub Desktop.
Save narkisr/6097979 to your computer and use it in GitHub Desktop.
A script which install celestial using its opsk module
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