Generate the apache ACL for draghi's "restricted" repo (RT#7962)
[mirror/dsa-puppet.git] / modules / roles / manifests / git_master.pp
index a265ed2..a432f02 100644 (file)
@@ -7,17 +7,16 @@
 #   include roles::git_master
 #
 class roles::git_master {
+  include roles::pubsub::parameters
 
-       include roles::pubsub::parameters
+  $rabbit_password = $roles::pubsub::parameters::rabbit_password
 
-       $rabbit_password = $roles::pubsub::parameters::rabbit_password
-
-       roles::pubsub::config { 'emailvdomains':
-               key      => 'dsa-emailvdomains',
-               exchange => dsa,
-               topic    => 'dsa.email.update',
-               vhost    => dsa,
-               username => $::fqdn,
-               password => $rabbit_password
-       }
+  roles::pubsub::config { 'emailvdomains':
+    key      => 'dsa-emailvdomains',
+    exchange => dsa,
+    topic    => 'dsa.email.update',
+    vhost    => dsa,
+    username => $::fqdn,
+    password => $rabbit_password
+  }
 }