From 77f33a70baa2ede6d7cbf6a48a750e8b7fd09ab7 Mon Sep 17 00:00:00 2001 From: Wes Johnson Date: Thu, 3 May 2012 18:01:11 -0700 Subject: [PATCH] remove old dest entries --- rst/modules.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rst/modules.rst b/rst/modules.rst index 6e7b7508d77..7856372e522 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -184,7 +184,6 @@ 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*: @@ -207,10 +206,6 @@ All parameters available to the file module are also available when running the * path of the file to link to (applies only to 'link' state) -*dest*: - -* location where the symlink will be created for 'link' state, also an alias for 'path'. - *seuser*: * 'user' part of SELinux file context. Will default to what is provided by system policy, if available. Only used on systems with SELinux present. If you specify '_default', it will use the 'user' portion of default context from the policy if available.