Skip to content

Instantly share code, notes, and snippets.

@3rd-Eden
Created September 24, 2013 17:44
Show Gist options
  • Select an option

  • Save 3rd-Eden/6688525 to your computer and use it in GitHub Desktop.

Select an option

Save 3rd-Eden/6688525 to your computer and use it in GitHub Desktop.

I would be happy if I could just provide a small bash script that's ran as root e.g:

apt-get update
apt-get install -y <packages>

mkdir -p stuff

That get's run automatically when I provision a server. If the bash script exits with an error code, just destroy the complete the server and if it passes, we're all happy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment