From: Peter Palfrader Date: Sat, 19 Mar 2011 15:09:55 +0000 (+0100) Subject: Try to add dm_snapshot to modules on buildd X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b7f5ba679a7fca22474e4640efc9b81400d80178;hp=16b2e346382dc3b685adddeb4e8809c92b37686e;p=mirror%2Fdsa-puppet.git Try to add dm_snapshot to modules on buildd --- diff --git a/modules/buildd/manifests/init.pp b/modules/buildd/manifests/init.pp index 0593e2bff..890a238fa 100644 --- a/modules/buildd/manifests/init.pp +++ b/modules/buildd/manifests/init.pp @@ -33,6 +33,11 @@ class buildd { require => Package["dupload"] ; } + + case $kernel { + Linux: { linux_module { "dm_snapshot": ensure => present; } } + } + } # vim:set et: # vim:set sts=4 ts=4: