lib/sfn/config/update.rb in sfn-1.1.6 vs lib/sfn/config/update.rb in sfn-1.1.8
- old
+ new
@@ -16,9 +16,14 @@
:description => 'Pass template parameters directly (ParamName:ParamValue)',
:coerce => lambda{|v|
v.is_a?(String) ? Smash[*v.split(/[=:]/, 2)] : v
}
)
+ attribute(
+ :plan, [TrueClass, FalseClass],
+ :default => true,
+ :description => 'Provide planning information prior to update'
+ )
end
end
end