Sha256: 2f03d49fa62aa639b97540171d4ec6692682f5de4a3b10d0da5f5f0871ed4187

Contents?: true

Size: 675 Bytes

Versions: 101

Compression:

Stored size: 675 Bytes

Contents

# Set up Vagrant.

date > /etc/vagrant_box_build_time

# Add groups puppet and chef
groupadd puppet
groupadd chef

# Create the user vagrant with password vagrant
useradd -G sudo -p $(perl -e'print crypt("vagrant", "vagrant")') -m -s /bin/bash -N vagrant

# Install vagrant keys
mkdir -pm 700 /home/vagrant/.ssh
curl -Lo /home/vagrant/.ssh/authorized_keys \
  'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub'
chmod 0600 /home/vagrant/.ssh/authorized_keys
chown -R vagrant:vagrant /home/vagrant/.ssh

# Customize the message of the day
echo 'Welcome to your Vagrant-built virtual machine.' > /var/run/motd

# Install NFS client
apt-get -y install nfs-common

Version data entries

101 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-7.5.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/Debian-7.3.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/Debian-7.4.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/Debian-7.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.6-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/Debian-7.6.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/Debian-7.1.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-7.3.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-7.4.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-7.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-7.5.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-7.1.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.6-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-7.6.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/Debian-7.4.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/Debian-7.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/Debian-7.1.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/Debian-7.3.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/Debian-7.5.0-i386-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/Debian-7.6.0-i386-netboot/vagrant.sh