Skip to content

Instantly share code, notes, and snippets.

@rkive
Created March 18, 2012 23:56
Show Gist options
  • Save rkive/2086153 to your computer and use it in GitHub Desktop.
Save rkive/2086153 to your computer and use it in GitHub Desktop.
Base CentOS 6.x + Chef 0.10.x + Cloud-init 0.5.15 + runurl
name: centos6-cloud
summary: Base CentOS 6 + Chef 0.10.x + Cloud-init 0.5.15 + runurl
version: 1
os:
name: centos
version: 6
hardware:
partitions:
"/":
size: 10
repos:
- name: "rbel"
baseurl: "http://rbel.frameos.org/stable/el6/#BASE_ARCH#/"
packages:
- @core
- @Base
- @Editors
- @System Tools
- curl
- python-cheetah
- python-configobj
- rubygem-chef
post:
base:
- "rpm -ivh https://s3.amazonaws.com/rkive-rpm/libyaml-0.1.3-1.0.amzn1.x86_64.rpm"
- "rpm -ivh https://s3.amazonaws.com/rkive-rpm/PyYAML-3.09-5.5.amzn1.x86_64.rpm"
- "rpm -ivh https://s3.amazonaws.com/rkive-rpm/cloud-init-0.5.15-20.amzn1.noarch.rpm"
- "curl http://run.alestic.com/runurl -o /usr/bin/runurl"
- "chmod +x /usr/bin/runurl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment