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:
51a8574
)
add mod macro
author
Stephen Gran
<steve@lobefin.net>
Mon, 16 Sep 2013 07:00:56 +0000
(08:00 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 16 Sep 2013 07:00:56 +0000
(08:00 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/buildd_master.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/buildd_master.pp
b/modules/roles/manifests/buildd_master.pp
index
ba78ebf
..
88bd157
100644
(file)
--- a/
modules/roles/manifests/buildd_master.pp
+++ b/
modules/roles/manifests/buildd_master.pp
@@
-1,4
+1,6
@@
class roles::buildd_master {
+ include apache2::macro
+
apache2::site { '010-buildd.debian.org':
site => 'buildd.debian.org',
source => 'puppet:///modules/roles/buildd_master/apache.conf'