mirror of
https://github.com/ovh/the-bastion.git
synced 2024-12-29 11:41:27 +08:00
chore: fix typos
This commit is contained in:
parent
a178aa7906
commit
c38c9c09f2
3 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ sub config_load_and_lint {
|
|||
my $fnret;
|
||||
|
||||
# Useful when erroring before we had a chance to actually read the config,
|
||||
# and the configured syslog_facility value. This will be overriden below once we
|
||||
# and the configured syslog_facility value. This will be overridden below once we
|
||||
# know what the user configured.
|
||||
OVH::SimpleLog::setSyslog('local6');
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ osh-encrypt-rsync.conf reference
|
|||
and optionally pushing the recorded ``ttyrec`` files to a distant server, along
|
||||
with the user logs (``/home/*/*.log``) and user sqlite files (``/home/*/*.sqlite``).
|
||||
The global log and sqlite files are also handled (located in ``/home/logkeeper/``).
|
||||
Note that logs send through syslog are NOT managed by this script.
|
||||
Note that logs sent through syslog are NOT managed by this script.
|
||||
|
||||
.. warning::
|
||||
|
||||
|
|
|
@ -149,7 +149,7 @@ Global policy
|
|||
=============
|
||||
|
||||
If you want to apply a policy bastion-wide, please refer to the :ref:`ingressRequiresPIV` option.
|
||||
This policy can still be overriden per-account if needed, see above.
|
||||
This policy can still be overridden per-account if needed, see above.
|
||||
|
||||
Temporary grace period
|
||||
======================
|
||||
|
|
Loading…
Reference in a new issue