Sha256: 3054220b5c0e1e60543e9a20f4eeae30eaa8db1504513ea5503c26b4517445fd

Contents?: true

Size: 338 Bytes

Versions: 36

Compression:

Stored size: 338 Bytes

Contents

#!/bin/bash

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

# Add puppet user and group
adduser --system --group --home /var/lib/puppet puppet

# Installing Puppet
if [ -z "$PUPPET_VERSION" ]; then
  # Default to latest
  gem install puppet --no-ri --no-rdoc
else
  gem install puppet --no-ri --no-rdoc --version $PUPPET_VERSION
fi

Version data entries

36 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-12.10-server-i386-packages/puppet.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.10-server-amd64-packages/puppet.sh
veewee-0.5.0.alpha4 templates/.ubuntu/puppet.sh
veewee-0.5.0.alpha3 templates/.ubuntu/puppet.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.10-server-i386-packages/puppet.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.10-server-amd64-packages/puppet.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.10-server-amd64-packages/puppet.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.10-server-i386-packages/puppet.sh
veewee-0.5.0.alpha2 templates/.ubuntu/puppet.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.10-server-amd64-packages/puppet.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.10-server-i386-packages/puppet.sh
veewee-0.5.0.alpha1 templates/.ubuntu/puppet.sh
veewee-0.4.5.1 templates/.ubuntu/puppet.sh
veewee-0.4.5.1 templates/ubuntu-12.10-server-amd64-packages/puppet.sh
veewee-0.4.5.1 templates/ubuntu-12.10-server-i386-packages/puppet.sh
veewee-0.4.5 templates/ubuntu-12.10-server-amd64-packages/puppet.sh
veewee-0.4.5 templates/ubuntu-12.10-server-i386-packages/puppet.sh
veewee-0.4.5 templates/.ubuntu/puppet.sh
veewee-0.4.5.pre1 templates/.ubuntu/puppet.sh
veewee-0.4.5.pre1 templates/ubuntu-12.10-server-i386-packages/puppet.sh