We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290ebdb commit 73e253aCopy full SHA for 73e253a
lib/puppet/provider/aix_object.rb
@@ -131,7 +131,7 @@ def numeric_mapping(info = {})
131
132
# AIX will do the right validation to ensure numeric attributes
133
# can't be set to non-numeric values, so no need for the extra clutter.
134
- info[:attribute_to_property] = lambda do |value|
+ info[:attribute_to_property] = lambda do |value| # rubocop:disable Style/SymbolProc
135
value.to_i
136
end
137
0 commit comments