projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed48fdf
)
add more packages that the ganeti module should install
author
Luca Filipozzi
<lfilipoz@emyr.net>
Mon, 16 Apr 2012 09:15:56 +0000
(09:15 +0000)
committer
Luca Filipozzi
<lfilipoz@emyr.net>
Mon, 16 Apr 2012 09:15:56 +0000
(09:15 +0000)
modules/ganeti2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ganeti2/manifests/init.pp
b/modules/ganeti2/manifests/init.pp
index
7a472e0
..
9333a8b
100644
(file)
--- 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; }',