class
Stacker::Renderer
- Stacker::Renderer
- Reference
- Object
Defined in:
stacker/renderer.crConstant Summary
-
Log =
::Log.for("renderer", ::Log::Severity::Info) -
Log instance used by the
loganddumptemplate functions, which are explicit user calls and are therefore never filtered by the per-request verbosity.
Constructors
Instance Method Summary
- #compile(file, data)
-
#file_exist?(file)
Check that file designates a pillar entrypoint inside the configured entrypoint directory.
Constructor Detail
Instance Method Detail
def file_exist?(file)
#
Check that file designates a pillar entrypoint inside the configured entrypoint directory.
The resolved path is compared to the entrypoint directory so a host name
carrying .. cannot reach a file outside of it.