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