From: Julien Cristau Date: Thu, 15 Sep 2016 16:49:20 +0000 (+0200) Subject: Oops, helps if I commit all the things X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ec54641f303fe77b391c5cc5846946f78ca66397;p=mirror%2Fdsa-puppet.git Oops, helps if I commit all the things --- diff --git a/modules/dsa_lvm/manifests/init.pp b/modules/dsa_lvm/manifests/init.pp index 0dde0bcb1..0a295fdb9 100644 --- a/modules/dsa_lvm/manifests/init.pp +++ b/modules/dsa_lvm/manifests/init.pp @@ -21,6 +21,9 @@ class dsa_lvm { 'clementi','czerny': { $conffile = 'lvm-manda-ganeti.conf' } + 'ubc-enc2bl1','ubc-enc2bl2','ubc-enc2bl9','ubc-enc2bl10': { + $conffile = 'lvm-ubc-ganeti2.conf' + } default: { $conffile = '' } diff --git a/modules/multipath/manifests/init.pp b/modules/multipath/manifests/init.pp index 276f54c86..455400780 100644 --- a/modules/multipath/manifests/init.pp +++ b/modules/multipath/manifests/init.pp @@ -14,6 +14,9 @@ class multipath { ubc-bl8,ubc-bl4,ubc-bl7,ubc-bl3,ubc-bl2,ubc-bl6: { $conffile = 'multipath-ubc-ganeti.conf' } + ubc-enc2bl1,ubc-enc2bl2,ubc-enc2bl9,ubc-enc2bl10: { + $conffile = 'multipath-ubc-ganeti2.conf' + } default: { $conffile = '' }