eximconf: enable greylisting for users with default options
[mirror/dsa-puppet.git] / modules / profile / manifests / lvm / ganeti_grnet.pp
1 # LVM config for the blades that make up ganeti.grnet.debian.org
2 class profile::lvm::ganeti_grnet {
3   class { 'lvm':
4     global_filter  => '[ "a|^/dev/sda[0-9]*$|", "r/.*/" ]',
5   }
6 }