Sha256: f4016281988c9214f9322e83214b41915ecc2f839a655068bc437bf01743c9b7
Contents?: true
Size: 538 Bytes
Versions: 12
Compression:
Stored size: 538 Bytes
Contents
# Set up Vagrant. date > /etc/vagrant_box_build_time #Setting up sudo cp /etc/sudoers /etc/sudoers.orig sed -i -e 's/vagrant ALL=(ALL) ALL/vagrant ALL=(ALL) NOPASSWD: ALL/g' /etc/sudoers #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 chmod 600 /home/vagrant/.ssh/authorized_keys chown -R vagrant /home/vagrant/.ssh # Install NFS client apt-get -y install nfs-common
Version data entries
12 entries across 3 versions & 1 rubygems