98ce91f2fd3939b00bd58b18e0d4ed6684166020
[mirror/dsa-puppet.git] / ganeti3_ubc.pp
1 # LVM config for the arm hosts that make up ganeti3.ubc.debian.org
2 class profile::lvm::ganeti3_ubc {
3   class { 'lvm':
4     global_filter  => '[ "a|^/dev/md[0-9]*$|", "r/.*/" ]',
5     issue_discards => true,
6   }
7 }