summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/manifests/cleanup.pp
blob: b59667922f57a1a7105164533a59f93ec4fb92f3 (plain)
1
2
3
4
5
6
# make the vagrant images smaller
class pixelated::cleanup {
  exec{'dd_zero':
    command => '/bin/dd if=/dev/zero of=/tmp/dd_zero;rm /tmp/dd_zero'
  }
}