Skip to content

Instantly share code, notes, and snippets.

@msavy
Created February 3, 2011 23:28
Show Gist options
  • Save msavy/810451 to your computer and use it in GitHub Desktop.
Save msavy/810451 to your computer and use it in GitHub Desktop.
centos-5.x-dumb.appl
name: centos-5.x-dumb
summary: Centos 5.5 basic verification of extremely simple appl
os:
name: centos
version: 5
hardware:
partitions:
"/":
size: 3
packages:
- @base
- @core
post:
base:
- "echo 'worked!' > /base-boxgrinder-test"
ec2:
- "echo 'worked!' > /ec2-boxgrinder-test"
vmware:
- "echo 'worked!' > /vmware-boxgrinder-test"
virtualbox:
- "echo 'worked!' > /virtualbox-boxgrinder-test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment