Puppet Class: test::array

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

Overview

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

Parameters:

  • value (Stdlib::Compat::Array)


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

class test::array(
  Stdlib::Compat::Array $value,
  ) {

    notice("Success")

}