]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add more packages that the ganeti module should install
authorLuca Filipozzi <lfilipoz@emyr.net>
Mon, 16 Apr 2012 09:15:56 +0000 (09:15 +0000)
committerLuca Filipozzi <lfilipoz@emyr.net>
Mon, 16 Apr 2012 09:15:56 +0000 (09:15 +0000)
modules/ganeti2/manifests/init.pp

index 7a472e07329278dcdb87a8e2e40c7b0c86b73e83..9333a8b29444e34b70c9e124a73bc8a7520b6fb1 100644 (file)
@@ -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; }',