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