Puppet Class: test::ipv6

Defined in:
puppet/modules/stdlib/spec/fixtures/test/manifests/ipv6.pp

Overview

Class to test the Stdlib::Compat::Ipv6 type alias

Parameters:

  • value (Stdlib::Compat::Ipv6)


2
3
4
5
6
# File 'puppet/modules/stdlib/spec/fixtures/test/manifests/ipv6.pp', line 2

class test::ipv6(
  Stdlib::Compat::Ipv6 $value,
  ) {
  notice("Success")
}