Puppet Class: test::hash

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

Overview

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

Parameters:

  • value (Stdlib::Compat::Hash)


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

class test::hash(
    Stdlib::Compat::Hash $value,
    ) {

  notice("Success")

}