Sha256: 83c1b0fafef3628ccf82dcd522f65cd882dfb497111c6513856ba12da7dc8443

Contents?: true

Size: 361 Bytes

Versions: 10

Compression:

Stored size: 361 Bytes

Contents

#!/bin/bash

# see: http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html

# determine the os release
os_release=$(lsb_release -cs)

# configure the puppet package sources
wget http://apt.puppetlabs.com/puppetlabs-release-$os_release.deb
dpkg -i puppetlabs-release-$os_release.deb
apt-get -q update

# install puppet
apt-get install -qy puppet

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
boxes-3.0.0 scripts/puppet.sh
boxes-2.5.0 scripts/puppet.sh
boxes-2.4.0 scripts/puppet.sh
boxes-2.3.0 scripts/puppet.sh
boxes-2.2.0 scripts/puppet.sh
boxes-2.1.1 scripts/puppet.sh
boxes-2.1.0 scripts/puppet.sh
boxes-2.0.2 scripts/puppet.sh
boxes-2.0.1 scripts/puppet.sh
boxes-2.0.0 scripts/puppet.sh