Okay, then we need to track down where these values are being set. Try this:class Chefclass Resourceclass Templatedef mode(*args)unless args.empty?Chef::Log.warn("Template mode being set to '#{args.inspect}' from:")Chef::Log.warn(caller.join("\n"))endsuperendendendend
Archive powered by MHonArc 2.6.16.