Sha256: f443abee2fc9ac941f62c39b185f0e453df34f2e1ac52fd8409f4796faebaefd
Contents?: true
Size: 477 Bytes
Versions: 12
Compression:
Stored size: 477 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 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
12 entries across 12 versions & 1 rubygems