correct documentation
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
a55dd390b1
commit
0d04f0ba34
2 changed files with 7 additions and 5 deletions
|
@ -52,4 +52,3 @@ case "$state_should" in
|
|||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
@ -5,13 +5,13 @@ Nico Schottelius <nico-cdist--@--schottelius.org>
|
|||
|
||||
NAME
|
||||
----
|
||||
cdist-type__link - Create links
|
||||
cdist-type__link - Manage links (hard and symbolic)
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
This cdist type allows you to hard and symoblic links. The given
|
||||
object id is the destination for the link.
|
||||
This cdist type allows you to manage hard and symbolic links.
|
||||
The given object id is the destination for the link.
|
||||
|
||||
|
||||
REQUIRED PARAMETERS
|
||||
|
@ -43,6 +43,9 @@ __link /etc/apache2/sites-enabled/www.test.ch \
|
|||
|
||||
# Absolute symbolic link
|
||||
__link /opt/plone --source /home/services/plone --type symbolic
|
||||
|
||||
# Remove link
|
||||
__link /opt/plone --state absent
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -53,5 +56,5 @@ SEE ALSO
|
|||
|
||||
COPYING
|
||||
-------
|
||||
Copyright \(C) 2011 Nico Schottelius. Free use of this software is
|
||||
Copyright \(C) 2011-2012 Nico Schottelius. Free use of this software is
|
||||
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
||||
|
|
Loading…
Reference in a new issue