cdist/cdist/conf/type/__issue/man.rst

46 lines
699 B
ReStructuredText
Raw Normal View History

cdist-type__issue(7)
====================
NAME
----
cdist-type__issue - Manage issue
DESCRIPTION
-----------
This cdist type allows you to easily setup /etc/issue.
REQUIRED PARAMETERS
-------------------
None.
OPTIONAL PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
source
If supplied, use this file as /etc/issue instead of default.
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
__issue
2016-05-20 06:50:56 +00:00
# When called from another type
__issue --source "$__type/files/myfancyissue"
AUTHORS
-------
Nico Schottelius <nico-cdist--@--schottelius.org>
COPYING
-------
Copyright \(C) 2011 Nico Schottelius. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).