forked from ungleich-public/cdist
[__hostname/man.rst] Add link to RFC 1178
This commit is contained in:
parent
6eec5f87a4
commit
e7279680ed
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,10 @@ cdist-type__hostname - Set the hostname
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Set's the hostname on various operating systems.
|
Sets the hostname on various operating systems.
|
||||||
|
|
||||||
|
**Tip:** For advice on choosing a hostname, see
|
||||||
|
`RFC 1178 <https://tools.ietf.org/html/rfc1178>`_.
|
||||||
|
|
||||||
|
|
||||||
REQUIRED PARAMETERS
|
REQUIRED PARAMETERS
|
||||||
|
@ -18,7 +21,7 @@ None.
|
||||||
OPTIONAL PARAMETERS
|
OPTIONAL PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
name
|
name
|
||||||
The hostname to set. Defaults to the first segment of __target_host
|
The hostname to set. Defaults to the first segment of __target_host
|
||||||
(${__target_host%%.*})
|
(${__target_host%%.*})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue