diff options
Diffstat (limited to 'spec/fixtures/test/manifests/httpsurl.pp')
-rw-r--r-- | spec/fixtures/test/manifests/httpsurl.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/httpsurl.pp b/spec/fixtures/test/manifests/httpsurl.pp new file mode 100644 index 0000000..9d6b92d --- /dev/null +++ b/spec/fixtures/test/manifests/httpsurl.pp @@ -0,0 +1,6 @@ +# Class to test the Stdlib::HTTPSUrl type alias +class test::httpsurl( + Stdlib::HTTPSUrl $value, + ) { + notice("Success") +} |