dev/provisioning/modules/puppi/manifests/helpers.pp
changeset 28 b0b56e0f8c7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev/provisioning/modules/puppi/manifests/helpers.pp	Fri Jan 15 15:35:00 2016 +0100
@@ -0,0 +1,16 @@
+# 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',
+  }
+
+}