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:
fcbb09b
)
ganeti module on byrd
author
Peter Palfrader
<peter@palfrader.org>
Thu, 12 Jul 2012 13:17:10 +0000
(15:17 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 12 Jul 2012 13:17:26 +0000
(15:17 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
f75f0f8
..
564986b
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-36,7
+36,7
@@
node default {
include roles
include unbound
- if $::hostname in [pasquini,tristano,bertali,boito] {
+ if $::hostname in [pasquini,tristano,bertali,boito
,byrd
] {
include ganeti2
}