projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b2e34
)
Try to add dm_snapshot to modules on buildd
author
Peter Palfrader
<peter@palfrader.org>
Sat, 19 Mar 2011 15:09:55 +0000
(16:09 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 19 Mar 2011 15:09:55 +0000
(16:09 +0100)
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
0593e2b
..
890a238
100644
(file)
--- 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: