From: Luca Filipozzi Date: Mon, 16 Apr 2012 09:15:56 +0000 (+0000) Subject: add more packages that the ganeti module should install X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=d7968da127e174498bf1e122bb879f3e87c590ba add more packages that the ganeti module should install --- diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 7a472e07..9333a8b2 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -8,6 +8,14 @@ class ganeti2 { ensure => installed } + package { 'ganeti-instance-debootstrap': + ensure => installed + } + + package { 'ganeti-htools': + ensure => installed + } + @ferm::rule { 'dsa-ganeti-v4': description => 'Allow ganeti from ganeti master', rule => 'proto tcp mod state state (NEW) dport (1811) @subchain \'ganeti\' { saddr ($HOST_GANETI_V4) ACCEPT; }',