From e00ef071e66e67d1a57db500ee8d1b2264fb2f3f Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 12 Mar 2017 03:11:04 +0100 Subject: [PATCH] better minify --- cassandra/Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cassandra/Vagrantfile b/cassandra/Vagrantfile index 6a770a6..01e91ef 100644 --- a/cassandra/Vagrantfile +++ b/cassandra/Vagrantfile @@ -21,6 +21,8 @@ Vagrant.configure("2") do |config| apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools # Minify + service cassandra stop + rm -rf /var/lib/cassandra/* apt-get clean dd if=/dev/zero of=/EMPTY bs=1M rm -f /EMPTY -- GitLab