summaryrefslogtreecommitdiff
path: root/provisioning/manifests
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2015-01-28 09:22:33 +0100
committerChristoph Kluenter <ckluente@thoughtworks.com>2015-01-28 09:23:38 +0100
commit95204fb02aa9ea4e030b972685407e35a0b02f65 (patch)
treec0b55456649751797c19e4f1466fdea6fb9bb89f /provisioning/manifests
parentaa970aa0cff333359409ac69f7826e3cc2d797b7 (diff)
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
Diffstat (limited to 'provisioning/manifests')
-rw-r--r--provisioning/manifests/source.pp3
1 files changed, 2 insertions, 1 deletions
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':}