Forge Home

templatewlv

Template With Local Variables

12,345 downloads

12,345 latest version

4.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.1 (latest)
released Mar 20th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'duritong-templatewlv', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add duritong-templatewlv
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install duritong-templatewlv --version 0.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: template

Documentation

duritong/templatewlv — version 0.0.1 Mar 20th 2013

templatewlv

Template With Local Variables

A wrapper around puppet's template function. See the templating docs for the basic functionality.

Additionally, you can pass a hash, as the last argument, which will be turned into local variables and available to the template itself. This will allow you to define variables in a template and pass them down to a template you include in the current template. An example:

scope.function_templatewlv(['sub_template', { 'local_var' => 'value' }])

Note that if multiple templates are specified, their output is all concatenated and returned as the output of the function.

Who - License

duritong - Apache License, Version 2.0