Puppet Class: puppi::helpers

Defined in:
manifests/helpers.pp

Overview

Class puppi::helpers

A class that defines all the default helpers used by Example42

modules

Usage

Automatically included by Puppi



9
10
11
12
13
14
15
16
# File 'manifests/helpers.pp', line 9

class puppi::helpers {

  # Standard helper for Example42 modules
  puppi::helper { 'standard':
    template => 'puppi/helpers/standard.yml.erb',
  }

}