From cfb8e7d37237e54a7bfd8b430e9ce4e4e5387397 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 20 Feb 2012 10:22:52 +0100 Subject: [PATCH] move __run_command to types_submitted_for_inclusion directory Signed-off-by: Nico Schottelius --- .../__run_command/README.inclusion | 6 ++++++ .../__run_command/gencode-remote | 0 .../types_submitted_for_inclusion}/__run_command/man.text | 0 .../__run_command/parameter/optional | 0 .../__run_command/parameter/required | 0 5 files changed, 6 insertions(+) create mode 100644 other/types_submitted_for_inclusion/__run_command/README.inclusion rename {conf/type => other/types_submitted_for_inclusion}/__run_command/gencode-remote (100%) rename {conf/type => other/types_submitted_for_inclusion}/__run_command/man.text (100%) rename {conf/type => other/types_submitted_for_inclusion}/__run_command/parameter/optional (100%) rename {conf/type => other/types_submitted_for_inclusion}/__run_command/parameter/required (100%) 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