remove old dest entries

This commit is contained in:
Wes Johnson 2012-05-03 18:01:11 -07:00
parent b06c4a1618
commit 77f33a70ba

View file

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