Automatically load tun on ganeti nodes
authorTollef Fog Heen <tfheen@err.no>
Tue, 30 Jul 2013 18:33:59 +0000 (20:33 +0200)
committerTollef Fog Heen <tfheen@err.no>
Tue, 30 Jul 2013 18:34:12 +0000 (20:34 +0200)
modules/ganeti2/manifests/init.pp

index 3c79be0..66841e5 100644 (file)
@@ -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'),