No description
Find a file
Nico Schottelius 05bc235b54 add state parameter
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2014-04-24 19:37:43 +02:00
files --entwine 2014-04-24 09:56:37 +02:00
parameter add state parameter 2014-04-24 19:37:43 +02:00
man.text add state parameter 2014-04-24 19:37:43 +02:00
manifest add state parameter 2014-04-24 19:37:43 +02:00
README init 2014-04-18 22:46:08 +02:00

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