RE: soft class not visible across bundles

2010-03-09 Thread Justin Lloyd
ngine@cfengine.org Subject: Re: soft class not visible across bundles Classes defined in common bodies are global, classes defined in agent- or other-bundles are local to that bundle. -Dan > Ok, so it also doesn't appear to work if I move the > curl_command_exists:: check to right befo

Re: soft class not visible across bundles

2010-03-09 Thread Daniel V Klein
Classes defined in common bodies are global, classes defined in agent- or other-bundles are local to that bundle. -Dan > Ok, so it also doesn't appear to work if I move the > curl_command_exists:: check to right before the usebundle > _verify_asset_command call, with basically the same verbose ou

RE: soft class not visible across bundles

2010-03-09 Thread Justin Lloyd
Ok, so it also doesn't appear to work if I move the curl_command_exists:: check to right before the usebundle _verify_asset_command call, with basically the same verbose output. I would say it's either a bug or, more likely, a misunderstanding on my part about how usebundle methods work. If no one