transition bm cluster to new lvm config
[mirror/dsa-puppet.git] / modules / profile / manifests / lvm / ganeti_bm.pp
1 # LVM config for the blades that make up ganeti.bm.debian.org
2 class profile::lvm::ganeti_bm {
3   class { 'lvm':
4     global_filter  => '[ "a|^/dev/sda[0-9]*$|", "r/.*/" ]',
5   }
6 }