From d351029cea142e5fd0c8c13ba9a38f35d1026aa0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 20 Sep 2012 17:42:01 +0200 Subject: [PATCH] deprecate __addifnosuchline and __removeline Signed-off-by: Nico Schottelius --- conf/type/__addifnosuchline/manifest | 1 + conf/type/__removeline/manifest | 1 + 2 files changed, 2 insertions(+) create mode 100644 conf/type/__addifnosuchline/manifest create mode 100644 conf/type/__removeline/manifest diff --git a/conf/type/__addifnosuchline/manifest b/conf/type/__addifnosuchline/manifest new file mode 100644 index 00000000..44ae555a --- /dev/null +++ b/conf/type/__addifnosuchline/manifest @@ -0,0 +1 @@ +echo "Type __addifnosuchline is deprecated and will be removed in cdist 2.1. Please use __line instead" >&2 diff --git a/conf/type/__removeline/manifest b/conf/type/__removeline/manifest new file mode 100644 index 00000000..7efb5d18 --- /dev/null +++ b/conf/type/__removeline/manifest @@ -0,0 +1 @@ +echo "Type __removeline is deprecated and will be removed in cdist 2.1. Please use __line instead" >&2