Defined Type: test::deftype

Defined in:
vendor_modules/stdlib/spec/fixtures/test/manifests/deftype.pp

Overview

Class to test deftype

Parameters:

  • param (Any) (defaults to: 'foo')


2
3
4
# File 'vendor_modules/stdlib/spec/fixtures/test/manifests/deftype.pp', line 2

define test::deftype ( $param = 'foo' ) {
  notify { "deftype: ${title}": }
}