summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/absolutepath.pp
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppet.com>2016-10-07 14:43:05 +0100
committerGitHub <noreply@github.com>2016-10-07 14:43:05 +0100
commit527a4f1ebc21276458427fc5787a621fa8d5cb67 (patch)
tree3460fdc969438937c1e1c9cd173fb5e1193b54dd /spec/fixtures/test/manifests/absolutepath.pp
parentdb8edf5cb36e038c747d177914aaa747c770477d (diff)
parent83539371e5b1e6ff412eda48c3a725653c506ece (diff)
Merge pull request #664 from HelenCampbell/typeupdates
Type updates
Diffstat (limited to 'spec/fixtures/test/manifests/absolutepath.pp')
-rw-r--r--spec/fixtures/test/manifests/absolutepath.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/absolutepath.pp b/spec/fixtures/test/manifests/absolutepath.pp
new file mode 100644
index 0000000..8321471
--- /dev/null
+++ b/spec/fixtures/test/manifests/absolutepath.pp
@@ -0,0 +1,6 @@
+# Class to test the Stdlib::Absolutepath type. Not to be confused with Stdlib::Compat::Absolute_path.
+class test::absolutepath(
+ Stdlib::Absolutepath $value,
+ ) {
+ notice("Success")
+}