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:
1760aeb
)
include the buildd class for malo
author
Peter Palfrader
<peter@palfrader.org>
Wed, 8 Apr 2009 22:45:52 +0000
(
00:45
+0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 8 Apr 2009 22:45:52 +0000
(
00:45
+0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
e6ba84d
..
b0aadc6
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-43,6
+43,12
@@
node default {
} }
default: {}
}
+
+ case $hostname {
+ malo: { include buildd }
+ default: {}
+ }
+
}
node penalosa inherits default {