blob: 57079a0aa231213a2f129847b461beb56da122e7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Jeff McCune <jeff.mccune@northstarlabs.net>
# 2007-08-14
#
# Use:
# puppet --verbose --debug --modulepath=`pwd` ./sample-module.pp
#
# sample-module demonstrates the use of a custom language function
# included within the module bundle.
include sample-module
|