X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=743a29d51a68ff1061c6caf0249c099a9ee7a1bc;hb=b680f25039a0d2689e34025a778084ad54194338;hp=bacb78cf91b704722162e6e369c952cb494d6c3c;hpb=3d1adf1668edc6ed72c7dd9710c6d9142fa5d54b;p=dsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index bacb78cf..743a29d5 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -30,6 +30,9 @@ class ganeti2 { '/etc/ganeti/instance-debootstrap/variants/dsa.conf': content => template('ganeti2/instance-debootstrap/variants/dsa.conf.erb'), ; + '/etc/ganeti/instance-debootstrap/variants/dsa-wheezy.conf': + content => template('ganeti2/instance-debootstrap/variants/dsa-wheezy.conf.erb'), + ; '/etc/ganeti/instance-debootstrap/hooks/00-dsa-configure-networking': content => template('ganeti2/instance-debootstrap/hooks/00-dsa-configure-networking.erb'), mode => '0555',