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
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
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