Puppet Class: test::httpsurl
- Defined in:
- puppet/modules/stdlib/spec/fixtures/test/manifests/httpsurl.pp
Overview
Class to test the Stdlib::HTTPSUrl type alias
2 3 4 5 6 |
# File 'puppet/modules/stdlib/spec/fixtures/test/manifests/httpsurl.pp', line 2
class test::httpsurl(
Stdlib::HTTPSUrl $value,
) {
notice("Success")
}
|