Skip to content

Instantly share code, notes, and snippets.

@big-samantha
Created June 12, 2013 23:56
Show Gist options
  • Save big-samantha/5770153 to your computer and use it in GitHub Desktop.
Save big-samantha/5770153 to your computer and use it in GitHub Desktop.
---
# NOTICE: this configuration version is for insta-pe/instapants/soupkitchen v0.0.1
# and will (probably) break with anything newer. See the config directory for a
# more up to date version of the configs.
pe:
version: 2.8.1
installer:
executable: /vagrant/files/puppet-enterprise-:version-all/puppet-enterprise-installer
args:
- "-l /root/puppet-enterprise-installer.log"
- "-D"
profiles:
debian:
boxname: debian-6.0.5-i386
boxurl: http://faro.puppetlabs.lan/insta-pe/debian-6.0.5-i386.box
ubuntu:
boxname: ubuntu-12.04-server-i386
boxurl: http://faro.puppetlabs.lan/insta-pe/ubuntu-12.04-server-i386.box
centos:
boxname: centos-5.8-i386
boxurl: http://faro.puppetlabs.lan/insta-pe/centos-5.8-i386.box
centos-5.9:
boxname: centos-5.9-i386-2013-03-26
boxurl: http://faro.puppetlabs.lan/insta-pe/centos-5.9-i386-2013-03-26.box
centos-6.3:
boxname: centos-6.3-i386
boxurl: http://faro.puppetlabs.lan/insta-pe/centos-6.3-i386.box
centos-6.4:
boxname: centos-6.4-x64
boxurl: http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
# the following are older boxes.
debian-6.0.4-i386:
boxname: debian-6.0.4-i386
boxurl: http://faro.puppetlabs.lan/insta-pe/debian-6.0.4-i386.box
debian-6.0.3:
boxname: debian-6.0.3-i386
boxurl: http://faro.puppetlabs.lan/insta-pe/debian-6.0.3-i386.box
ubuntu-10.04.04-server:
boxname: ubuntu-server-10044-x64-vbox4210-nocm
boxurl: http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-10044-x64-vbox4210-nocm.box
ubuntu-10.04.02-server:
boxname: ubuntu-10.04.2-server-i386
boxurl: http://faro.puppetlabs.lan/insta-pe/ubuntu-10.04.2-server-i386.box
centos-5.7:
boxname: centos-5.7-i376
boxurl: http://faro.puppetlabs.lan/insta-pe/centos-5.7-i386.box
nodes:
-
name: master
role: master
profile: ubuntu
address: 172.16.0.2
forwards:
443: 20443
# -
# name: client
# role: agent
# profile: centos-6.4
# address: 172.16.0.5
# -
# name: four
# role: agent
# profile: centos-6.4
# address: 172.16.0.6
# -
# name: random
# role: agent
# profile: centos-6.4
# address: 172.16.0.4
# forwards:
# 443: 20444
# -
# name: centosold
# role: master
# profile: centos-5.8
# address: 10.16.1.5
# -
# name: centos-agent
# role: agent
# profile: centos
# address: 10.16.1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment