Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / yes_no.pp
diff --git a/3rdparty/modules/stdlib/types/yes_no.pp b/3rdparty/modules/stdlib/types/yes_no.pp
new file mode 100644 (file)
index 0000000..d87f4ee
--- /dev/null
@@ -0,0 +1 @@
+type Stdlib::Yes_no = Pattern[/\A(?i:(yes|no))\z/]