From: Peter Palfrader Date: Sat, 25 May 2013 11:35:00 +0000 (+0200) Subject: lvm module fixes X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=72492d4a893a26064da2647c45315d797dbd8019 lvm module fixes --- diff --git a/modules/lvm/manifests/init.pp b/modules/lvm/manifests/init.pp index c6b58890..585efc47 100644 --- 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, }