create access subdirectory
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
# Authentication
|
||||
|
||||
```{tableofcontents}
|
||||
```
|
||||
@@ -42,4 +42,4 @@ files::files:
|
||||
```
|
||||
|
||||
## SFTP Server
|
||||
How to enable/disable and configure a sftp server please refer to [sftp_server](sftp_server).
|
||||
How to enable/disable and configure a sftp server please refer to the [SFTP Server](../files/sftp_server) guide.
|
||||
|
||||
@@ -8,4 +8,4 @@ aaa::sudo_rules:
|
||||
- 'telegraf ALL=(root) NOPASSWD: /usr/lib/telegraf/scripts/nxserver_report.sh'
|
||||
```
|
||||
|
||||
Beside that you might also simply deploy a file to /etc/sudoers.d e.g. via a technique described in [Distribute Files](distribute_files).
|
||||
Beside that you might also simply deploy a file to /etc/sudoers.d e.g. via a technique described in [Distribute Files](../files/distribute_files).
|
||||
|
||||
@@ -51,7 +51,7 @@ telegraf::metrics:
|
||||
commands: ['sudo /your/script/location/script.sh']
|
||||
enable: true
|
||||
```
|
||||
This will only work if you have deployed the necessary script (in the example `/your/script/location/script.sh`) and the necessary sudo rule(s) beforehand. For this you might wanna use techniques described in [Distribute Files](../files/distribute_files) and/or [Custom sudo Rules](sudo).
|
||||
This will only work if you have deployed the necessary script (in the example `/your/script/location/script.sh`) and the necessary sudo rule(s) beforehand. For this you might wanna use techniques described in [Distribute Files](../files/distribute_files) and/or [Custom sudo Rules](../access/sudo).
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ The directory where the mountpoint for the mounts in `mounts`_ are created.
|
||||
~~~~~~~~~~
|
||||
|
||||
A list of mounts defined through ``mounter::def::NAME`` (see the :doc:`mounter
|
||||
<../profiles/mounter>`). The mounts must have a mountpoint beneath `mount_root`_
|
||||
<../../configuration/files/mount>`). The mounts must have a mountpoint beneath `mount_root`_
|
||||
for `symlink_root`_ to work properly.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user