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