diff --git a/other/types_submitted_for_inclusion/__run_command/README.inclusion b/other/types_submitted_for_inclusion/__run_command/README.inclusion new file mode 100644 index 00000000..f7c95da7 --- /dev/null +++ b/other/types_submitted_for_inclusion/__run_command/README.inclusion @@ -0,0 +1,6 @@ +This type is not much of use, as any type can issue code to be executed. +Thus you can implement the code directly in the calling type. + Or if you need to reuse it, create a type on its own. + +Because this seems to be a common misunderstanding when people come from "non managed areas", + where script iexecution is the main focus, I documented this in cdist-hacker to clearify. diff --git a/conf/type/__run_command/gencode-remote b/other/types_submitted_for_inclusion/__run_command/gencode-remote similarity index 100% rename from conf/type/__run_command/gencode-remote rename to other/types_submitted_for_inclusion/__run_command/gencode-remote diff --git a/conf/type/__run_command/man.text b/other/types_submitted_for_inclusion/__run_command/man.text similarity index 100% rename from conf/type/__run_command/man.text rename to other/types_submitted_for_inclusion/__run_command/man.text diff --git a/conf/type/__run_command/parameter/optional b/other/types_submitted_for_inclusion/__run_command/parameter/optional similarity index 100% rename from conf/type/__run_command/parameter/optional rename to other/types_submitted_for_inclusion/__run_command/parameter/optional diff --git a/conf/type/__run_command/parameter/required b/other/types_submitted_for_inclusion/__run_command/parameter/required similarity index 100% rename from conf/type/__run_command/parameter/required rename to other/types_submitted_for_inclusion/__run_command/parameter/required