Sha256: 4ba22bee9d09fc65e442b749e876ffe88099eb09701daa784faec4eea1200d2f

Contents?: true

Size: 644 Bytes

Versions: 124

Compression:

Stored size: 644 Bytes

Contents

#!/bin/sh

date > /etc/vagrant_box_build_time

VBOX_VERSION=$(cat /home/vagrant/.vbox_version)

yum -y install \
  ruby \
  ruby-devel \
  puppet \
  rubygems \
  rubygem-erubis \
  rubygem-highline \
  rubygem-json \
  rubygem-mime-types \
  rubygem-net-ssh \
  rubygem-polyglot \
  rubygem-rest-client \
  rubygem-treetop \
  rubygem-uuidtools

cd /tmp
wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop,ro VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
sh /mnt/VBoxLinuxAdditions.run
umount /mnt
rm VBoxGuestAdditions_$VBOX_VERSION.iso

gem install chef --no-rdoc --no-ri

exit

# EOF

Version data entries

124 entries across 44 versions & 4 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Fedora-15-x86_64-netboot/postinstall.sh
veewee-0.5.0.alpha4 templates/Fedora-15-x86_64/postinstall.sh
veewee-0.5.0.alpha4 templates/Fedora-15-i386/postinstall.sh
veewee-0.5.0.alpha3 templates/Fedora-15-x86_64-netboot/postinstall.sh
veewee-0.5.0.alpha3 templates/Fedora-15-i386/postinstall.sh
veewee-0.5.0.alpha3 templates/Fedora-15-x86_64/postinstall.sh
veewee-0.5.0.alpha2 templates/Fedora-15-i386/postinstall.sh
veewee-0.5.0.alpha2 templates/Fedora-15-x86_64-netboot/postinstall.sh
veewee-0.5.0.alpha2 templates/Fedora-15-x86_64/postinstall.sh
veewee-0.5.0.alpha1 templates/Fedora-15-i386/postinstall.sh
veewee-0.5.0.alpha1 templates/Fedora-15-x86_64-netboot/postinstall.sh
veewee-0.5.0.alpha1 templates/Fedora-15-x86_64/postinstall.sh
veewee-0.4.5.1 templates/Fedora-15-i386/postinstall.sh
veewee-0.4.5.1 templates/Fedora-15-x86_64-netboot/postinstall.sh
veewee-0.4.5.1 templates/Fedora-15-x86_64/postinstall.sh
veewee-0.4.5 templates/Fedora-15-i386/postinstall.sh
veewee-0.4.5 templates/Fedora-15-x86_64-netboot/postinstall.sh
veewee-0.4.5 templates/Fedora-15-x86_64/postinstall.sh
veewee-0.4.5.pre1 templates/Fedora-15-i386/postinstall.sh
veewee-0.4.5.pre1 templates/Fedora-15-x86_64-netboot/postinstall.sh