dev/provisioning/modules/puppi/manifests/helpers.pp
author ymh <ymh.work@gmail.com>
Mon, 12 Jun 2017 22:33:23 +0200
changeset 539 bb12d638cb9f
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
improve documentation on proxy

# Class puppi::helpers
#
# A class that defines all the default helpers used by Example42
#  modules
#
# == Usage
# Automatically included by Puppi
#
class puppi::helpers {

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

}