From de9c28ca191036426aa2bd81bcbe8f43097bee5a Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 23 May 2016 06:28:56 +0100 Subject: [PATCH] do not install chef --- late_command.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/late_command.sh b/late_command.sh index ac8c00d..95a5aaa 100644 --- a/late_command.sh +++ b/late_command.sh @@ -13,9 +13,6 @@ chown -R vagrant:vagrant /home/vagrant/.ssh # speed up ssh echo "UseDNS no" >> /etc/ssh/sshd_config -# Install chef from omnibus -curl -L https://www.getchef.com/chef/install.sh | bash - # display login promt after boot sed "s/quiet splash//" /etc/default/grub > /tmp/grub sed "s/GRUB_TIMEOUT=[0-9]/GRUB_TIMEOUT=0/" /tmp/grub > /etc/default/grub -- GitLab