reStructuredText fixes.

This commit is contained in:
Darko Poljak 2017-03-08 19:36:34 +01:00
parent 57032af356
commit 517493ea92
3 changed files with 9 additions and 15 deletions

View File

@ -20,28 +20,24 @@ REQUIRED PARAMETERS
-------------------
user
User, for who file is installed
OPTIONAL PARAMETERS
-------------------
mode
forwarded to :bold:`__file` type
forwarded to :strong:`__file` type
state
forwarded to :bold:`__file` type
forwarded to :strong:`__file` type
source
forwarded to :bold:`__file` type
forwarded to :strong:`__file` type
MESSAGES
--------
This type inherits all messages from :bold:`file` type, and do not add
This type inherits all messages from :strong:`file` type, and do not add
any new.
EXAMPLES
@ -65,7 +61,7 @@ EXAMPLES
SEE ALSO
--------
**cdist-type**\ (7), **cdist-type__file**\ (7)
**cdist-type__file**\ (7)
COPYING
-------

View File

@ -15,14 +15,12 @@ OPTIONAL PARAMETERS
-------------------
state
If state is ``present``, make *object_id* resolve to *ip*. If
state is ``absent``, *object_id* will no longer resolve via
*/etc/hosts*, if it was previously configured with this type.
Manually inserted entries are unaffected.
ip
IP address, to which hostname (=\ *object_id*) must resolve. If
state is ``present``, this parameter is mandatory, if state is
``absent``, this parameter is silently ignored.

View File

@ -8,16 +8,16 @@ cdist-type__package_dpkg - Manage packages with dpkg
DESCRIPTION
-----------
__package_dpkg is used on Debian and variants (like Ubuntu) to
install packages that are provided locally as *.deb files.
This type is used on Debian and variants (like Ubuntu) to
install packages that are provided locally as \*.deb files.
The object given to __package_dpkg must be the name of the deb package.
The object given to this type must be the name of the deb package.
REQUIRED PARAMETERS
-------------------
source
path to the *.deb package
path to the \*.deb package
EXAMPLES
--------