No backports for buster
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / httpurl.pp
1 # Class to test the Stdlib::HTTPUrl type alias
2 class test::httpurl(
3     Stdlib::HTTPUrl $value,
4     ) {
5   notice("Success")
6 }