Puppet Class: local

Defined in:
manifests/local.pp

Overview

MOCK CLASSES WHICH SHOULD NOT TESTED HERE

Parameters:

  • config (Hash) (defaults to: {})


7
8
9
10
11
# File 'manifests/local.pp', line 7

class local(
  Hash $config = {},
) {
  notice( 'mocked class ==> randrust::foobar' )
}