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'.
This commit is contained in:
Wes Johnson 2012-05-03 17:47:44 -07:00
parent 8f165e1d3c
commit b06c4a1618

View file

@ -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*: