Even with the 0.011 release I still get this warning: "[=DTTZBundle/OSPrereqs] inferred OS name as =DTTZBundle/OSPrereqs, which looks like it came from a bundle!"
The problem, AFAICT, is that the BUILDARGS is doing some odd munging of the passed-in args. I think it's trying to filter out module names from everything else. It does handle plugin_name explicitly, but not prereq_os.
I have this code that I'm running:
Even with the 0.011 release I still get this warning: "[=DTTZBundle/OSPrereqs] inferred OS name as =DTTZBundle/OSPrereqs, which looks like it came from a bundle!"
The problem, AFAICT, is that the
BUILDARGS
is doing some odd munging of the passed-in args. I think it's trying to filter out module names from everything else. It does handleplugin_name
explicitly, but notprereq_os
.