class Stacker::Processor

Defined in:

stacker/processor.cr

Constant Summary

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

Constructors

Instance Method Summary

Constructor Detail

def self.new(renderer : Renderer, stacks : Array(String)) #

[View source]

Instance Method Detail

def 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)) #

[View source]