Skip to content

Instantly share code, notes, and snippets.

@Aslan
Created January 15, 2010 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aslan/277719 to your computer and use it in GitHub Desktop.
Save Aslan/277719 to your computer and use it in GitHub Desktop.
pool :sandbox do
cloud :hello_world do
instances 1..1
# Update with the path to your EC2 keypair
# If you don't have one, create with:
# $ ec2-create-keypair NAME > /path/to/your/keypairs/<NAME>
keypair "/root/.ect/sv_keypair"
has_file :name => "/etc/motd",
:content => "Hello World!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment