class Stacker::Processor
- Stacker::Processor
- Reference
- Object
Defined in:
stacker/processor.crConstant Summary
-
Log =
::Log.for("processor", ::Log::Severity::Info)
-
VALID_STEPS =
["compile", "yaml-load", "before-merge", "after-merge", "final"]
Constructors
Instance Method Summary
Constructor Detail
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))
#