Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > f13c73c9c2d29f4683c0c226c3c4cf16 > files > 711

puppet-2.6.2-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")
}