Sha256: 6279f77ebc12aab7c144c703557bd3d6d000fb1587f494833619d34c7080f3ab

Contents?: true

Size: 262 Bytes

Versions: 48

Compression:

Stored size: 262 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

# Prepare puppetlabs repo
wget http://apt.puppetlabs.com/puppetlabs-release-lucid.deb
dpkg -i puppetlabs-release-lucid.deb
apt-get update

# Install puppet/facter
apt-get install -y puppet facter

Version data entries

48 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-i386-netboot/puppet.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-i386/puppet.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-amd64-netboot/puppet.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-amd64/puppet.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-i386-netboot/puppet.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-amd64/puppet.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-amd64-netboot/puppet.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-i386/puppet.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-amd64/puppet.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-i386-netboot/puppet.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-i386/puppet.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-amd64-netboot/puppet.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-amd64-netboot/puppet.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-amd64/puppet.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-i386-netboot/puppet.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-i386/puppet.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-amd64/puppet.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-i386-netboot/puppet.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-i386/puppet.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-amd64-netboot/puppet.sh