Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクション「バー」を持つ「foo」という名前の MCollective エージェントがあり、アクションのロジックで、事実「チキン」が「真」の場合は X を実行し、事実「ビーフ」が真の場合は Y を実行するとします。 .
基本的に、MCollective エージェントからファクトにアクセスするにはどうすればよいでしょうか?
次のように、構成されたファクト ソースにアクセスできます。
if PluginManager["facts_plugin"]["yourfact"] == "foo" # do something else # do something else end
事実にアクセスする必要があるエージェントのどこでもそれを行います。
hth、そうでない場合は、Google グループの mcollective ユーザー リストで質問してください