Revert "Merge branch 'master' into pull_request_workflow"

This reverts commit c73dae8300, reversing
changes made to 6ed0f65039.
This commit is contained in:
Dennis Gilmore
2017-02-18 18:07:26 -06:00
parent 2720630da5
commit 04ff19c726
3 changed files with 7 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ systemctl mask cloud-init cloud-init-local cloud-config cloud-final
# Vagrant setup
sed -i 's,Defaults\\s*requiretty,Defaults !requiretty,' /etc/sudoers
echo 'vagrant ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
echo 'vagrant ALL=NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
mkdir -m 0700 -p ~vagrant/.ssh
cat > ~vagrant/.ssh/authorized_keys << EOKEYS