Add the prosody module
[mirror/dsa-puppet.git] / 3rdparty / modules / prosody / types / host.pp
diff --git a/3rdparty/modules/prosody/types/host.pp b/3rdparty/modules/prosody/types/host.pp
new file mode 100644 (file)
index 0000000..a08e8c7
--- /dev/null
@@ -0,0 +1,2 @@
+# Note: Stdlib::Host does not match "localhost"
+type Prosody::Host = Variant[Pattern[/^localhost$/], Stdlib::Host]