Update of Packer builder for Vagrant and various clouds
[osm/devops.git] / packer / scripts / cleanup.sh
diff --git a/packer/scripts/cleanup.sh b/packer/scripts/cleanup.sh
deleted file mode 100644 (file)
index cc09a97..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-apt autoremove
-apt update
-
-rm -f /home/vagrant/*.sh
-
-wget --no-check-certificate https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub -O /home/vagrant/.ssh/authorized_keys
-chmod 0600 /home/vagrant/.ssh/authorized_keys
-chown -R vagrant:vagrant /home/vagrant/.ssh
-
-dd if=/dev/zero of=/EMPTY bs=1M
-rm -f /EMPTY
-sync