]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add role keystone
authorMartin Zobel-Helas <zobel@debian.org>
Tue, 22 Apr 2014 21:18:30 +0000 (23:18 +0200)
committerMartin 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

index b79a090aab5b379a8d9166d8f79c2c1a626f8fef..c83884e5f6580d7f7b92bb1085cbbf5405fbea17 100644 (file)
@@ -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
        }