No description
Find a file
Nico Schottelius 302db06b9c Update key list
2019-01-11 15:12:39 +01:00
files add jinguk pub key 2018-12-01 06:00:32 +09:00
parameter move the cdist type to code.ungleich.ch 2018-11-16 00:27:50 +09:00
man.rst move the cdist type to code.ungleich.ch 2018-11-16 00:27:50 +09:00
manifest Update key list 2019-01-11 15:12:39 +01:00
README.rst move the cdist type to code.ungleich.ch 2018-11-16 00:27:50 +09:00

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).