Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / integer.pp
diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/integer.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/integer.pp
new file mode 100644 (file)
index 0000000..a4f26df
--- /dev/null
@@ -0,0 +1,8 @@
+# Class to test the Stdlib::Compat::Integer type alias
+class test::integer(
+  Stdlib::Compat::Integer $value,
+  ) {
+
+    notice("Success")
+
+}