Sha256: 32cb498afb59a1fbd55c1ceaf58c7db91e1c65c6983410e9187a25d6f03f4372

Contents?: true

Size: 472 Bytes

Versions: 16

Compression:

Stored size: 472 Bytes

Contents

#!/bin/sh

# This uses Hashicorp's puppet-bootstrap script for OS X. We override
# the URLs because they're probably more recent than those in the script.

PUPPET=http://downloads.puppetlabs.com/mac/puppet-3.1.0.dmg
FACTER=http://downloads.puppetlabs.com/mac/facter-1.6.17.dmg

curl -Ok https://raw.github.com/hashicorp/puppet-bootstrap/master/mac_os_x.sh
chmod +x mac_os_x.sh

FACTER_PACKAGE_URL=$FACTER \
PUPPET_PACKAGE_URL=$PUPPET \
./mac_os_x.sh

rm mac_os_x.sh

exit

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/OSX/puppet.sh
veewee-0.5.0.alpha3 templates/OSX/puppet.sh
veewee-0.5.0.alpha2 templates/OSX/puppet.sh
veewee-0.5.0.alpha1 templates/OSX/puppet.sh
veewee-0.4.5.1 templates/OSX/puppet.sh
veewee-0.4.5 templates/OSX/puppet.sh
veewee-0.4.5.pre1 templates/OSX/puppet.sh
veewee-0.4.4 templates/OSX/puppet.sh
veewee-0.4.3 templates/OSX/puppet.sh
veewee-0.4.2 templates/OSX/puppet.sh
veewee-0.4.1 templates/OSX/puppet.sh
veewee-0.4.0 templates/OSX/puppet.sh
veewee-0.3.12 templates/OSX/puppet.sh
veewee-0.3.11 templates/OSX/puppet.sh
veewee-0.3.10 templates/OSX/puppet.sh
veewee-0.3.9 templates/OSX/puppet.sh