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
User, for who file is installed User, for who file is installed
OPTIONAL PARAMETERS OPTIONAL PARAMETERS
------------------- -------------------
mode mode
forwarded to :strong:`__file` type
forwarded to :bold:`__file` type
state state
forwarded to :strong:`__file` type
forwarded to :bold:`__file` type
source source
forwarded to :strong:`__file` type
forwarded to :bold:`__file` type
MESSAGES 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. any new.
EXAMPLES EXAMPLES
@ -65,7 +61,7 @@ EXAMPLES
SEE ALSO SEE ALSO
-------- --------
**cdist-type**\ (7), **cdist-type__file**\ (7) **cdist-type__file**\ (7)
COPYING COPYING
------- -------

View File

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

View File

@ -8,16 +8,16 @@ cdist-type__package_dpkg - Manage packages with dpkg
DESCRIPTION DESCRIPTION
----------- -----------
__package_dpkg is used on Debian and variants (like Ubuntu) to This type is used on Debian and variants (like Ubuntu) to
install packages that are provided locally as *.deb files. 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 REQUIRED PARAMETERS
------------------- -------------------
source source
path to the *.deb package path to the \*.deb package
EXAMPLES EXAMPLES
-------- --------