Sha256: 908e7c7c91e2d8dcbae87daee1c1c783559f0e04fb9598eacb93dc208188ff50

Contents?: true

Size: 266 Bytes

Versions: 12

Compression:

Stored size: 266 Bytes

Contents

#!/bin/bash

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

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.4.5.1 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.4.5 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.4.5.pre1 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.4.4 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.4.3 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.4.2 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.4.1 templates/ubuntu-12.04.2-server-amd64/puppet.sh
veewee-0.4.0 templates/ubuntu-12.04.2-server-amd64/puppet.sh