move the ubc-enc2bl01 LVM config to a profile included via hiera using the new LVM...
[mirror/dsa-puppet.git] / modules / profile / manifests / lvm / ganeti2_ubc.pp
1 # LVM config for the ~2016 blades that make up ganeti2.ubc.debian.org
2 class profile::lvm::ganeti2_ubc {
3   class { 'lvm':
4     global_filter  => '[ "a|^/dev/sda[0-9]*$|", "r/.*/" ]',
5   }
6 }