bbcf8875b8a60f921b7db4ed6e27735da775585d
[packages/precise/mcollective.git] / website / messages / PLMC19.md
1 ---
2 layout: default
3 title: Message detail for PLMC19
4 toc: false
5 ---
6
7 Detail for Marionette Collective message PLMC19
8 ===========================================
9
10 Example Message
11 ---------------
12
13     DDL requirements validation being skipped in development
14
15 Additional Information
16 ----------------------
17
18 Usually when MCollective run it validates all requirements are met before publishing a request or processing a request against the DDL file for the agent.
19
20 This can be difficult to satisfy in development perhaps because you are still writing your DDL files or debugging issues.  
21
22 This message indicates that when MCollective detects it's running against an unreleased version of MCollective - like directly out of a Git clone - it will skip the DDL validation steps.  It is logged at a warning level as this significantly changes the behaviour of the client and server.