class

Stacker::Processor

Inherits Reference / Object

Constants

Log = ::Log.for("processor", ::Log::Severity::Info)
VALID_STEPS = ["compile", "yaml-load", "before-merge", "after-merge", "final"]

Constructors

new(renderer : Renderer, stacks : Array(String))
Source

Instance methods

run(host_name : String, grains : Hash(String, JSON::Any) | Hash(String, String) | JSON::Any, pillar : Hash(String, JSON::Any) | Hash(String, String) | JSON::Any, namespace : String, path : String, steps : Array(String))
Source

Nested types