X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffixtures%2Ftest%2Fmanifests%2Fabsolute_path.pp;fp=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffixtures%2Ftest%2Fmanifests%2Fabsolute_path.pp;h=d77f6bdede1e58082a53a46fac55486ceba707ab;hb=6963202b4b62c2816655ac9532521b018fdf83bd;hp=0000000000000000000000000000000000000000;hpb=a69999e580f8b3abd12446c2d6ad59e517651813;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/absolute_path.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/absolute_path.pp new file mode 100644 index 000000000..d77f6bded --- /dev/null +++ b/3rdparty/modules/stdlib/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") +}