From 35975582f09b2a22e18e2ae71071b80c7d2fc40c Mon Sep 17 00:00:00 2001
From: Ander Punnar <ander@kvlt.ee>
Date: Mon, 7 Nov 2016 16:55:51 +0200
Subject: [PATCH] suppress output

---
 cdist/conf/type/__apt_mark/gencode-remote | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdist/conf/type/__apt_mark/gencode-remote b/cdist/conf/type/__apt_mark/gencode-remote
index d97e2c7a..14505809 100644
--- a/cdist/conf/type/__apt_mark/gencode-remote
+++ b/cdist/conf/type/__apt_mark/gencode-remote
@@ -34,7 +34,7 @@ fi
 
 case "$state_should" in
     hold|unhold)
-        echo "apt-mark $state_should $name"
+        echo "apt-mark $state_should $name > /dev/null"
     ;;
     *)
         echo "Unknown state: $state_should" >&2