Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / website / reference / plugins / data.md
index e0e6f096373d11a77592b0b7f64bb61cf0ea2efb..e5768e3f6a5eee7ec8a438cdc99e9ba248b8d180 100644 (file)
@@ -3,6 +3,7 @@ layout: default
 title: Data Plugins
 ---
 [DDL]: /mcollective/reference/plugins/ddl.html
+[DiscoveryPlugins]: /mcollective/reference/plugins/discovery.html
 
 ## Overview
 Up to MCollective 2.0 the discovery system could only discover against
@@ -36,6 +37,11 @@ action "query" do
 end
 {% endhighlight %}
 
+*NOTE:* As opposed to the [DiscoveryPlugins] which are used by the client   
+to communicate to the nodes using direct addressing, data plugins on the other   
+hand refer to data that the nodes can provide, and hence this uses the normal  
+broadcast discovery paradigm.   
+
 These new data sources are plugins so you can provide via the plugin
 system and they require DDL documents.  The DDL will be used on both the
 client and the server to provide strict validation and configuration.