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:
5be0342
)
add role keystone
author
Martin Zobel-Helas
<zobel@debian.org>
Tue, 22 Apr 2014 21:18:30 +0000
(23:18 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Tue, 22 Apr 2014 21:18:30 +0000
(23:18 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
b79a090
..
c83884e
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-181,6
+181,10
@@
class roles {
include roles::rtc
}
+ if has_role('keystone') {
+ include roles::keystone
+ }
+
if has_role('postgres_backup_server') {
include postgres::backup_server
}