From ebd69f92fe2b70f9129d969fc30cf38761fcc2f6 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 25 May 2016 08:37:19 +0200 Subject: [PATCH] Migrate docs to reStructuredText format. --- README | 1 - README.rst | 1 + man.rst | 38 ++++++++++++++++++++++++++++++++++++++ man.text | 40 ---------------------------------------- 4 files changed, 39 insertions(+), 41 deletions(-) delete mode 120000 README create mode 120000 README.rst create mode 100644 man.rst delete mode 100644 man.text diff --git a/README b/README deleted file mode 120000 index f6bc361..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -man.text \ No newline at end of file diff --git a/README.rst b/README.rst new file mode 120000 index 0000000..273c72b --- /dev/null +++ b/README.rst @@ -0,0 +1 @@ +man.rst \ No newline at end of file diff --git a/man.rst b/man.rst new file mode 100644 index 0000000..31100d3 --- /dev/null +++ b/man.rst @@ -0,0 +1,38 @@ +cdist-type__ungleich_staff_ssh_access(7) +========================================= +Give access to ungleich staff + +ungleich GmbH + + +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) `_ + + +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). diff --git a/man.text b/man.text deleted file mode 100644 index 1ea886f..0000000 --- a/man.text +++ /dev/null @@ -1,40 +0,0 @@ -cdist-type__ungleich_staff_ssh_access(7) -========================================= -ungleich GmbH - - -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).