Class: Bolt::PAL::YamlPlan::Step::Download
- Inherits:
-
Bolt::PAL::YamlPlan::Step
- Object
- Bolt::PAL::YamlPlan::Step
- Bolt::PAL::YamlPlan::Step::Download
- Defined in:
- lib/bolt/pal/yaml_plan/step/download.rb
Constant Summary
Constants inherited from Bolt::PAL::YamlPlan::Step
Instance Attribute Summary
Attributes inherited from Bolt::PAL::YamlPlan::Step
Class Method Summary collapse
Methods inherited from Bolt::PAL::YamlPlan::Step
allowed_keys, create, #evaluate, #initialize, parse_code_string, #transpile, validate, validate_puppet_code, validate_step_keys
Constructor Details
This class inherits a constructor from Bolt::PAL::YamlPlan::Step
Class Method Details
.option_keys ⇒ Object
8 9 10 |
# File 'lib/bolt/pal/yaml_plan/step/download.rb', line 8 def self.option_keys Set['catch_errors', 'run_as'] end |
.required_keys ⇒ Object
12 13 14 |
# File 'lib/bolt/pal/yaml_plan/step/download.rb', line 12 def self.required_keys Set['download', 'destination', 'targets'] end |