upload hosts towards ftp-master need read access to the bm dak replica
[mirror/dsa-puppet.git] / modules / roles / manifests / queued_to_ftpmaster.pp
diff --git a/modules/roles/manifests/queued_to_ftpmaster.pp b/modules/roles/manifests/queued_to_ftpmaster.pp
new file mode 100644 (file)
index 0000000..fb70798
--- /dev/null
@@ -0,0 +1,7 @@
+# ftp-master runs scripts that need access to the dak DB replica
+#
+# Hosts that run upload queues (ftp or ssh), for packages destined
+# for ftp-master.
+class roles::queued_to_ftpmaster {
+  include roles::postgresql::ftp_master_dak_replica::db_guest_access::bm
+}