We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa77e39 commit f23148fCopy full SHA for f23148f
lib/kameleon/recipe.rb
@@ -109,11 +109,11 @@ def load!(kwargs = {})
109
yaml_recipe["global"][context_name] = {}
110
end
111
@global[context_name].merge!(yaml_recipe["global"][context_name])
112
+ yaml_recipe["global"][context_name] = @global[context_name]
113
unless yaml_recipe["global"][context_name].keys.include? "interactive_cmd"
114
yaml_recipe["global"][context_name]["interactive_cmd"] = yaml_recipe["global"][context_name]['cmd']
115
116
-
117
# Load Global variables
118
@global.merge!(yaml_recipe.fetch("global", {}))
119
# merge cli variable with recursive variable overload
0 commit comments