2014-04-18 20:46:08 +00:00
|
|
|
cdist-type__ungleich_staff_ssh_access(7)
|
2014-04-24 17:37:43 +00:00
|
|
|
=========================================
|
2014-04-18 20:46:08 +00:00
|
|
|
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
|
|
|
|
--------
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
2014-04-24 17:37:43 +00:00
|
|
|
# Grant access to root
|
2014-04-18 20:46:08 +00:00
|
|
|
__ungleich_staff_ssh_access root
|
2014-04-24 17:37:43 +00:00
|
|
|
|
|
|
|
# More explicitly
|
|
|
|
__ungleich_staff_ssh_access anotheruser --state present
|
|
|
|
|
|
|
|
# Remove access for ungleich staff
|
|
|
|
__ungleich_staff_ssh_access root --state absent
|
2014-04-18 20:46:08 +00:00
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
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).
|