From 672aa13316b5ba3df4ecb4ed14aa210ea26a33a7 Mon Sep 17 00:00:00 2001 From: Dominique Roux Date: Wed, 13 May 2015 13:28:48 +0200 Subject: [PATCH] Second forgotten exit --- cdist/conf/type/__pacman_conf/manifest | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist/conf/type/__pacman_conf/manifest b/cdist/conf/type/__pacman_conf/manifest index 7074bb1a..726074d4 100644 --- a/cdist/conf/type/__pacman_conf/manifest +++ b/cdist/conf/type/__pacman_conf/manifest @@ -68,6 +68,7 @@ if [ "${file}" != "" ]; then elif [ "${state}" == "absent" ]; then require="__file/${sec_path}/plain_file_${file}" __key_value ${file}_${key}\ --state absent + exit 0 else echo "ERROR: Unknown state: ${state}" >&2