From: Peter Palfrader Date: Wed, 8 Oct 2014 19:38:59 +0000 (+0200) Subject: Make sure puppet does not mess up our ganeti X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=959416a714bc32f239c4ca659cf22992c910780f Make sure puppet does not mess up our ganeti --- diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 4dd32fee..ca56ab07 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -17,11 +17,6 @@ class ganeti2 { ensure => installed } - if $drbd { - package { 'drbd8-utils': - ensure => installed - } - } site::linux_module { 'tun': } }