Locally (with bundler) when I use the rake task, I get very quick passing catalog generations that seem to use manifests/site.pp when I've specified configtest/site.pp (an auto-generated file that tests more modules).
While troubleshooting (using the pp gem) I determined that calling Puppet.settings.inspect would change the behavior of the rake task to match that of the command-line tool. Yes, I understand how crazy that sounds, and I haven't figured out why this is yet.
I am using Puppet 3.x
Locally (with bundler) when I use the rake task, I get very quick passing catalog generations that seem to use
manifests/site.ppwhen I've specifiedconfigtest/site.pp(an auto-generated file that tests more modules).While troubleshooting (using the
ppgem) I determined that callingPuppet.settings.inspectwould change the behavior of the rake task to match that of the command-line tool. Yes, I understand how crazy that sounds, and I haven't figured out why this is yet.I am using Puppet 3.x