From 6e4c5c6450f18530cc1944cbced8082226258dcf Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 23 Apr 2013 23:11:54 +0200 Subject: [PATCH] +qoutes Signed-off-by: Nico Schottelius --- blog/cdist-hint-apply-single-object.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/cdist-hint-apply-single-object.mdwn b/blog/cdist-hint-apply-single-object.mdwn index a129b049..8692693e 100644 --- a/blog/cdist-hint-apply-single-object.mdwn +++ b/blog/cdist-hint-apply-single-object.mdwn @@ -7,7 +7,7 @@ object on a remote host, like this: Using the initial manifest option (-i) and stdin makes this easy: - echo __file /need/this/now --state present --source $(pwd -P)/myfile --mode 0755 | cdist config -v -i - targethost + echo "__file /need/this/now --state present --source $(pwd -P)/myfile --mode 0755" | cdist config -v -i - targethost For more information about cdist visit the [[cdist homepage|software/cdist]].