cdist/cdist/conf/type/__sensible_editor/man.rst

69 lines
1.5 KiB
ReStructuredText
Raw Normal View History

cdist-type__sensible_editor(7)
==============================
2019-10-02 13:37:51 +00:00
NAME
----
cdist-type__sensible_editor - Select the sensible-editor
2019-10-02 13:37:51 +00:00
DESCRIPTION
-----------
This cdist type allows you to select the :strong:`sensible-editor` for
a given user.
2019-10-02 13:37:51 +00:00
REQUIRED PARAMETERS
-------------------
editor
Name or path of the editor to be selected.
On systems other than Debian derivatives an absolute path is required.
2019-10-02 13:37:51 +00:00
OPTIONAL PARAMETERS
-------------------
state
Either "present" or "absent". Defaults to "present".
2019-10-02 13:37:51 +00:00
EXAMPLES
--------
.. code-block:: sh
__sensible_editor root --editor /bin/ed # ed(1) is the standard
__sensible_editor noob --editor nano
2019-10-02 13:37:51 +00:00
LIMITATIONS
-----------
This type supports the following operating systems:
* Debian 8 (jessie) or later
* Devuan
* Ubuntu 8.10 (intrepid) or later
* RHEL/CentOS 7 or later (EPEL repo required)
* Fedora 21 or later
In general, this type could work on operating systems on which the
sensible-utils package is available.
On old versions of Ubuntu the sensible-* utils are part of the
debianutils package.
2019-10-02 13:37:51 +00:00
SEE ALSO
--------
:strong:`select-editor`\ (1), :strong:`sensible-editor`\ (1).
2019-10-02 13:37:51 +00:00
AUTHOR
-------
Dennis Camera <dennis.camera--@--ssrq-sds-fds.ch>
COPYING
-------
Copyright \(C) 2019 Dennis Camera.
You can redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.