1192420bfc26bc845fe9bef14d498bf6bbc398ab
[mirror/dsa-puppet.git] / modules / profile / manifests / lvm / 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   }
6 }