Sha256: 9bd8dc81b369baaa2b2ff52e15cf5686403109bda93baa93d6e739261bf7ba72

Contents?: true

Size: 523 Bytes

Versions: 48

Compression:

Stored size: 523 Bytes

Contents

#!/bin/bash

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

date > /etc/vagrant_box_build_time

# Setup sudo to allow no-password sudo for "sudo"
usermod -a -G sudo vagrant

# Installing vagrant keys
mkdir /home/vagrant/.ssh
chmod 700 /home/vagrant/.ssh
cd /home/vagrant/.ssh
groupadd -r admin
usermod -a -G admin vagrant
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
chmod 600 /home/vagrant/.ssh/authorized_keys
chown -R vagrant /home/vagrant/.ssh

Version data entries

48 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-i386-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-i386/vagrant.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-amd64/vagrant.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-i386-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-amd64/vagrant.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-i386/vagrant.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-amd64/vagrant.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-i386-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-i386/vagrant.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-amd64/vagrant.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-i386-netboot/vagrant.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-i386/vagrant.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-amd64/vagrant.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-i386-netboot/vagrant.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-i386/vagrant.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-amd64-netboot/vagrant.sh