diff --git a/admin-guide/authentication.md b/admin-guide/authentication.md deleted file mode 100644 index 2ff29971..00000000 --- a/admin-guide/authentication.md +++ /dev/null @@ -1,4 +0,0 @@ -# Authentication - -```{tableofcontents} -``` diff --git a/admin-guide/configuration/access/sshd_configuration.md b/admin-guide/configuration/access/sshd_configuration.md index 12ae3c8e..2d20eee6 100644 --- a/admin-guide/configuration/access/sshd_configuration.md +++ b/admin-guide/configuration/access/sshd_configuration.md @@ -42,4 +42,4 @@ files::files: ``` ## SFTP Server -How to enable/disable and configure a sftp server please refer to [sftp_server](sftp_server). \ No newline at end of file +How to enable/disable and configure a sftp server please refer to the [SFTP Server](../files/sftp_server) guide. diff --git a/admin-guide/configuration/access/sudo.md b/admin-guide/configuration/access/sudo.md index f79f250b..cb88fdab 100644 --- a/admin-guide/configuration/access/sudo.md +++ b/admin-guide/configuration/access/sudo.md @@ -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). diff --git a/admin-guide/configuration/monitoring/metrics_telegraf.md b/admin-guide/configuration/monitoring/metrics_telegraf.md index 924622d0..0855f85b 100644 --- a/admin-guide/configuration/monitoring/metrics_telegraf.md +++ b/admin-guide/configuration/monitoring/metrics_telegraf.md @@ -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 diff --git a/engineering-guide/puppet/roles/console.rst b/engineering-guide/puppet/roles/console.rst index d4f5dfb6..cddf0597 100644 --- a/engineering-guide/puppet/roles/console.rst +++ b/engineering-guide/puppet/roles/console.rst @@ -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.