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:
b448c2b
)
include archive_master role too
author
Peter Palfrader
<peter@palfrader.org>
Wed, 9 Mar 2016 18:56:41 +0000
(19:56 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 9 Mar 2016 18:56:41 +0000
(19:56 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
4683023
..
31c1650
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-33,6
+33,10
@@
class roles {
include porterbox
}
+ if has_role('archive_master') {
+ include archive_master
+ }
+
if has_role('bugs_mirror') {
include roles::bugs_mirror
}