Migrate docs to reStructuredText format.
This commit is contained in:
parent
9368e66476
commit
ebd69f92fe
4 changed files with 39 additions and 41 deletions
1
README
1
README
|
@ -1 +0,0 @@
|
||||||
man.text
|
|
1
README.rst
Symbolic link
1
README.rst
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
man.rst
|
38
man.rst
Normal file
38
man.rst
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
cdist-type__ungleich_staff_ssh_access(7)
|
||||||
|
=========================================
|
||||||
|
Give access to ungleich staff
|
||||||
|
|
||||||
|
ungleich GmbH <cdist--@--ungleich.ch>
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
-----------
|
||||||
|
This cdist type ensures that the staff of ungleich
|
||||||
|
can access the target system.
|
||||||
|
|
||||||
|
|
||||||
|
EXAMPLES
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
|
# Grant access to root
|
||||||
|
__ungleich_staff_ssh_access root
|
||||||
|
|
||||||
|
# More explicitly
|
||||||
|
__ungleich_staff_ssh_access anotheruser --state present
|
||||||
|
|
||||||
|
# Remove access for ungleich staff
|
||||||
|
__ungleich_staff_ssh_access root --state absent
|
||||||
|
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
- `cdist-type(7) <cdist-type.html>`_
|
||||||
|
|
||||||
|
|
||||||
|
COPYING
|
||||||
|
-------
|
||||||
|
Copyright \(C) 2014 ungleich GmbH (www.ungleich.ch).
|
||||||
|
Free use of this software is granted under the terms
|
||||||
|
of the GNU General Public License version 3 (GPLv3).
|
40
man.text
40
man.text
|
@ -1,40 +0,0 @@
|
||||||
cdist-type__ungleich_staff_ssh_access(7)
|
|
||||||
=========================================
|
|
||||||
ungleich GmbH <cdist--@--ungleich.ch>
|
|
||||||
|
|
||||||
|
|
||||||
NAME
|
|
||||||
----
|
|
||||||
cdist-type__ungleich_staff_ssh_access - Give access to ungleich staff
|
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
|
||||||
-----------
|
|
||||||
This cdist type ensures that the staff of ungleich
|
|
||||||
can access the target system.
|
|
||||||
|
|
||||||
EXAMPLES
|
|
||||||
--------
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
# Grant access to root
|
|
||||||
__ungleich_staff_ssh_access root
|
|
||||||
|
|
||||||
# More explicitly
|
|
||||||
__ungleich_staff_ssh_access anotheruser --state present
|
|
||||||
|
|
||||||
# Remove access for ungleich staff
|
|
||||||
__ungleich_staff_ssh_access root --state absent
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
- cdist-type(7)
|
|
||||||
|
|
||||||
|
|
||||||
COPYING
|
|
||||||
-------
|
|
||||||
Copyright \(C) 2014 ungleich GmbH (www.ungleich.ch).
|
|
||||||
Free use of this software is granted under the terms
|
|
||||||
of the GNU General Public License version 3 (GPLv3).
|
|
Loading…
Reference in a new issue