manage danzi/wanna-build pg_hba
[mirror/dsa-puppet.git] / modules / roles / manifests / udd.pp
index c4f814f..ec96627 100644 (file)
@@ -1,3 +1,4 @@
+# UDD
 class roles::udd {
   class { 'apache2':
     rlimitmem => 512 * 1024 * 1024,
@@ -7,4 +8,6 @@ class roles::udd {
     notify => Exec['service apache2 reload'],
     key    => true,
   }
+
+  include roles::buildd_master::db_guest_access
 }