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:
99bb004
)
add backports::master
author
Stephen Gran
<steve@lobefin.net>
Mon, 23 Apr 2012 11:03:24 +0000
(12:03 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 23 Apr 2012 11:03:24 +0000
(12:03 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
2b7949b
..
8355c69
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-94,6
+94,10
@@
node default {
include roles::backports_mirror
}
+ if $::hostname in [bizet,morricone] {
+ include roles::backports_master
+ }
+
if getfromhash($site::nodeinfo, 'apache2_ftp-upcoming_mirror') {
include roles::ftp-upcoming_mirror
}