Go to file
Nico Schottelius d81ad4d502 Merge commit '61b1addf312806f9727441446913765cb31c0f85' 2020-01-07 11:41:02 +01:00
files Merge commit '61b1addf312806f9727441446913765cb31c0f85' 2020-01-07 11:41:02 +01:00
parameter add state parameter 2014-04-24 19:37:43 +02:00
README.rst Migrate docs to reStructuredText format. 2016-05-25 08:37:19 +02:00
man.rst Migrate docs to reStructuredText format. 2016-05-25 08:37:19 +02:00
manifest add timothee, remove youngjin 2020-01-07 11:40:17 +01:00

README.rst

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