summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/absolute_path.pp
diff options
context:
space:
mode:
authorHelen Campbell <helen@puppetlabs.com>2016-08-10 14:17:16 +0100
committerHelen Campbell <helen@puppetlabs.com>2016-08-10 14:17:16 +0100
commit999c267a3871c7d59513869c94c43c3477f1c6f1 (patch)
treebe0842340e3d46dee0147abfa49c0c7871cfc3b4 /spec/fixtures/test/manifests/absolute_path.pp
parentf9c74fb04ecb9daccfa8b35b854ffd0601187a16 (diff)
(MAINT) move test fixture to proper location
Diffstat (limited to 'spec/fixtures/test/manifests/absolute_path.pp')
-rw-r--r--spec/fixtures/test/manifests/absolute_path.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/absolute_path.pp b/spec/fixtures/test/manifests/absolute_path.pp
new file mode 100644
index 0000000..d77f6bd
--- /dev/null
+++ b/spec/fixtures/test/manifests/absolute_path.pp
@@ -0,0 +1,6 @@
+# Class to test the Stdlib::Compat::Absolute_path type alias
+class test::absolute_path(
+ Stdlib::Compat::Absolute_path $value,
+ ) {
+ notice("Success")
+}