Sha256: ff33abc0d881df027dac3c45ac98905599fa3e7a6593bb9dabac7c18cb618c07

Contents?: true

Size: 777 Bytes

Versions: 80

Compression:

Stored size: 777 Bytes

Contents

# Set up Vagrant.

date > /etc/vagrant_box_build_time

# Create puppet user/group
echo " "
echo " Creating puppet user / group "
echo " "
groupadd puppet
useradd -g puppet -d /var/lib/puppet -s /usr/bin/false puppet

# Add groups puppet and chef
groupadd puppet
groupadd chef

# setup the vagrant key
# you can replace this key-pair with your own generated ssh key-pair
echo " "
echo " Setting the vagrant ssh pub key "
echo " "
mkdir /home/vagrant/.ssh
chmod 700 /home/vagrant/.ssh
chown vagrant.vagrant /home/vagrant/.ssh
touch /home/vagrant/.ssh/authorized_keys
curl -sL http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub > /home/vagrant/.ssh/authorized_keys
chmod 600 /home/vagrant/.ssh/authorized_keys
chown vagrant.vagrant /home/vagrant/.ssh/authorized_keys

Version data entries

80 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/openbsd53_amd64/vagrant.sh
veewee-0.5.0.alpha4 templates/openbsd54_amd64/vagrant.sh
veewee-0.5.0.alpha4 templates/openbsd55_i386/vagrant.sh
veewee-0.5.0.alpha4 templates/openbsd55_amd64/vagrant.sh
veewee-0.5.0.alpha4 templates/openbsd54_i386/vagrant.sh
veewee-0.5.0.alpha4 templates/openbsd53_i386/vagrant.sh
veewee-0.5.0.alpha3 templates/openbsd55_i386/vagrant.sh
veewee-0.5.0.alpha3 templates/openbsd53_amd64/vagrant.sh
veewee-0.5.0.alpha3 templates/openbsd55_amd64/vagrant.sh
veewee-0.5.0.alpha3 templates/openbsd53_i386/vagrant.sh
veewee-0.5.0.alpha3 templates/openbsd54_amd64/vagrant.sh
veewee-0.5.0.alpha3 templates/openbsd54_i386/vagrant.sh
veewee-0.5.0.alpha2 templates/openbsd55_i386/vagrant.sh
veewee-0.5.0.alpha2 templates/openbsd53_amd64/vagrant.sh
veewee-0.5.0.alpha2 templates/openbsd54_i386/vagrant.sh
veewee-0.5.0.alpha2 templates/openbsd53_i386/vagrant.sh
veewee-0.5.0.alpha2 templates/openbsd55_amd64/vagrant.sh
veewee-0.5.0.alpha2 templates/openbsd54_amd64/vagrant.sh
veewee-0.5.0.alpha1 templates/openbsd53_amd64/vagrant.sh
veewee-0.5.0.alpha1 templates/openbsd55_amd64/vagrant.sh