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:
f7d9c31
)
lvm module fixes
author
Peter Palfrader
<peter@palfrader.org>
Sat, 25 May 2013 11:35:00 +0000
(13:35 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 25 May 2013 11:35:00 +0000
(13:35 +0200)
modules/lvm/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/lvm/manifests/init.pp
b/modules/lvm/manifests/init.pp
index
c6b5889
..
585efc4
100644
(file)
--- a/
modules/lvm/manifests/init.pp
+++ b/
modules/lvm/manifests/init.pp
@@
-1,4
+1,4
@@
-class
multipath
{
+class
lvm
{
case $::hostname {
dijkstra,luchesi,rossini: {
$conffile = 'lvm-ubc-ganeti.conf'
@@
-9,7
+9,7
@@
class multipath {
}
if $conffile != '' {
- package { '
multipath-tools
':
+ package { '
lvm2
':
ensure => installed,
}