templates/CentOS-6.0-i386/postinstall.sh in veewee-0.2.3 vs templates/CentOS-6.0-i386/postinstall.sh in veewee-0.3.0.alpha1

- old
+ new

@@ -17,20 +17,20 @@ enabled=1 gpgcheck=0 EOM yum -y install puppet facter ruby-devel rubygems -yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts +yum -y erase gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts yum -y clean all rm /etc/yum.repos.d/{puppetlabs,epel}.repo gem install --no-ri --no-rdoc chef # Installing vagrant keys mkdir /home/vagrant/.ssh chmod 700 /home/vagrant/.ssh cd /home/vagrant/.ssh -wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys +wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys chown -R vagrant /home/vagrant/.ssh # Installing the virtualbox guest additions VBOX_VERSION=$(cat /home/vagrant/.vbox_version) cd /tmp