Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 6f257ce0fd9f602a316d49a4a7370002 > files > 648

puppet-0.25.4-1mdv2010.1.noarch.rpm

# Jeff McCune <jeff.mccune@northstarlabs.net>
#
# Demonstration of a custom parser function and erb template within
# a module, working in concert.

class sample-module {
  $fqdn_to_dn = hostname_to_dn($domain)
  $sample_template = template("sample-module/sample.erb")

  notice("hostname_to_dn module function returned: [$fqdn_to_dn]")
  info("sample.erb looks like:\n$sample_template")
}