X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Flvm%2Fganeti_manda.pp;fp=modules%2Fprofile%2Fmanifests%2Flvm%2Fganeti_manda.pp;h=b455b179771b42399b7e85639dc1e085f7dc12fa;hb=54bfbce01a51b775abca4bfe31760dd7fa7cea63;hp=0000000000000000000000000000000000000000;hpb=cd4a9b181848b1d6cc891170d21e80bc1e63570c;p=mirror%2Fdsa-puppet.git diff --git a/modules/profile/manifests/lvm/ganeti_manda.pp b/modules/profile/manifests/lvm/ganeti_manda.pp new file mode 100644 index 000000000..b455b1797 --- /dev/null +++ b/modules/profile/manifests/lvm/ganeti_manda.pp @@ -0,0 +1,7 @@ +# LVM config for the 2018 dell servers that make up ganeti.manda.debian.org +class profile::lvm::ganeti2_ubc { + class { 'lvm': + global_filter => '[ "a|^/dev/sd[ab][0-9]*$|", "r/.*/" ]', + issue_discards => true, + } +}