summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/ipv6.pp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/test/manifests/ipv6.pp')
-rw-r--r--spec/fixtures/test/manifests/ipv6.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/ipv6.pp b/spec/fixtures/test/manifests/ipv6.pp
new file mode 100644
index 0000000..7912fd6
--- /dev/null
+++ b/spec/fixtures/test/manifests/ipv6.pp
@@ -0,0 +1,6 @@
+# Class to test the Stdlib::Compat::Ipv6 type alias
+class test::ipv6(
+ Stdlib::Compat::Ipv6 $value,
+ ) {
+ notice("Success")
+}