summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/httpsurl.pp
blob: 9d6b92de5da60b1067367a1d0f0a5a0db208ae2c (plain)
1
2
3
4
5
6
# Class to test the Stdlib::HTTPSUrl type alias
class test::httpsurl(
    Stdlib::HTTPSUrl $value,
    ) {
  notice("Success")
}