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