From 1ad4125a3bc703727127ecb2ee8843d6f62bdf50 Mon Sep 17 00:00:00 2001 From: Dominique Roux Date: Wed, 13 May 2015 13:12:25 +0200 Subject: [PATCH] Add exit if file is specified --- 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 4e48758b..7074bb1a 100644 --- a/cdist/conf/type/__pacman_conf/manifest +++ b/cdist/conf/type/__pacman_conf/manifest @@ -71,6 +71,7 @@ if [ "${file}" != "" ]; then else echo "ERROR: Unknown state: ${state}" >&2 + exit 0 fi fi