Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-04-23 23:11:54 +02:00
parent 5f2668f0fe
commit 6e4c5c6450
1 changed files with 1 additions and 1 deletions

View File

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