blob: 233e54b8d4a3b08075c8995c5f8ec83508f84482 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Jeff McCune <jeff.mccune@northstarlabs.net>
2007-08-14
This small, sample module demonstrates how to extend the puppet language
with a new parser function.
See:
manifests/init.pp
lib/puppet/parser/functions/hostname_to_dn.rb
templates/sample.erb
Note the consistent naming of files for Puppet::Util::Autoload
Reference Documents:
http://docs.puppetlabs.com/guides/modules.html
http://docs.puppetlabs.com/guides/custom_functions.html
http://docs.puppetlabs.com/references/latest/function.html
|