Skip to content

Instantly share code, notes, and snippets.

@UtahDave
Created January 5, 2015 19:53
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 UtahDave/1b11bcb620d73dcc9df6 to your computer and use it in GitHub Desktop.
Save UtahDave/1b11bcb620d73dcc9df6 to your computer and use it in GitHub Desktop.
example salt cloud profile specifying a version of Salt to install from git
amazon_amazon:
provider: aws
image: ami-7c807d14
size: t1.micro
ssh_username: ec2-user
script_args: '-- git 2014.7'
amazon_amazon_2014_1_13:
provider: aws
image: ami-7c807d14
size: t1.micro
ssh_username: ec2-user
script_args: '-- git v2014.1.13'
amazon_amazon_develop:
provider: aws
image: ami-7c807d14
size: t1.micro
ssh_username: ec2-user
script_args: '-- git develop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment