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:
a39a002
)
Make sure puppet does not mess up our ganeti
author
Peter Palfrader
<peter@palfrader.org>
Wed, 8 Oct 2014 19:38:59 +0000
(21:38 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 8 Oct 2014 19:39:03 +0000
(21:39 +0200)
modules/ganeti2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ganeti2/manifests/init.pp
b/modules/ganeti2/manifests/init.pp
index
4dd32fe
..
ca56ab0
100644
(file)
--- 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': }
}