From d7968da127e174498bf1e122bb879f3e87c590ba Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Mon, 16 Apr 2012 09:15:56 +0000 Subject: [PATCH] add more packages that the ganeti module should install --- modules/ganeti2/manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }', -- 2.39.2