From b06c4a1618a8efda82b7e63d483aa9a1e70b48e8 Mon Sep 17 00:00:00 2001 From: Wes Johnson Date: Thu, 3 May 2012 17:47:44 -0700 Subject: [PATCH] rewrite file's 'dest' argument Previously, there were two entries for 'dest'. I've combined them in a way that makes sense to me. This will be superfluous when 'path' is made. Ideally, I'd like to see 'path' have the bulk of the definition, and 'dest' to be an alias to 'path'. --- rst/modules.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/rst/modules.rst b/rst/modules.rst index 2c0ba42e2d..6e7b7508d7 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -185,6 +185,7 @@ All parameters available to the file module are also available when running the *dest*: * absolute path to a file on the filesystem. +* alias for 'path'. Sets an absolute path to a file on the filesystem when used with 'state=file'. When used with 'state=link', sets the destination to create a symbolic link defined by 'src' key. *state*: