correct documentation

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-09 15:46:35 +01:00
parent a55dd390b1
commit 0d04f0ba34
2 changed files with 7 additions and 5 deletions

View file

@ -52,4 +52,3 @@ case "$state_should" in
exit 1 exit 1
;; ;;
esac esac

View file

@ -5,13 +5,13 @@ Nico Schottelius <nico-cdist--@--schottelius.org>
NAME NAME
---- ----
cdist-type__link - Create links cdist-type__link - Manage links (hard and symbolic)
DESCRIPTION DESCRIPTION
----------- -----------
This cdist type allows you to hard and symoblic links. The given This cdist type allows you to manage hard and symbolic links.
object id is the destination for the link. The given object id is the destination for the link.
REQUIRED PARAMETERS REQUIRED PARAMETERS
@ -43,6 +43,9 @@ __link /etc/apache2/sites-enabled/www.test.ch \
# Absolute symbolic link # Absolute symbolic link
__link /opt/plone --source /home/services/plone --type symbolic __link /opt/plone --source /home/services/plone --type symbolic
# Remove link
__link /opt/plone --state absent
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
@ -53,5 +56,5 @@ SEE ALSO
COPYING 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). granted under the terms of the GNU General Public License version 3 (GPLv3).