We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee16641 + 2c60129 commit 28522a6Copy full SHA for 28522a6
recipes/default.rb
@@ -9,7 +9,7 @@ def compile_attr(prefix, v)
9
case v
10
when Array
11
return "#{prefix}=#{v.join(" ")}"
12
- when String, Fixnum, Float, Symbol
+ when String, Fixnum, Bignum, Float, Symbol
13
"#{prefix}=#{v}"
14
when Hash, Chef::Node::Attribute
15
prefix += "." unless prefix.empty?
0 commit comments