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