From 95204fb02aa9ea4e030b972685407e35a0b02f65 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Wed, 28 Jan 2015 09:22:33 +0100 Subject: make the vagrant box smaller we dd everything with zeroes. Then the disk can be made sparse. The image is 100M smaller now. Fixes #253 --- provisioning/manifests/source.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'provisioning/manifests/source.pp') diff --git a/provisioning/manifests/source.pp b/provisioning/manifests/source.pp index 899257c7..c45059f5 100644 --- a/provisioning/manifests/source.pp +++ b/provisioning/manifests/source.pp @@ -1,4 +1,5 @@ class { '::pixelated::apt': } -> class { '::pixelated::common': } -> -class { '::pixelated::source': } +class { '::pixelated::source': } -> +class { '::pixelated::cleanup':} -- cgit v1.2.3