From: Tollef Fog Heen Date: Tue, 30 Jul 2013 18:33:59 +0000 (+0200) Subject: Automatically load tun on ganeti nodes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=730f4c575af3d03076161a4f855c6389475fd12b;p=mirror%2Fdsa-puppet.git Automatically load tun on ganeti nodes --- diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 3c79be08e..66841e57c 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -23,6 +23,8 @@ class ganeti2 { } } + site::linux_module { 'tun': } + file { '/etc/ganeti/instance-debootstrap/variants.list': content => template('ganeti2/instance-debootstrap/variants.list.erb'),