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]].