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