Skip to content
Snippets Groups Projects
Commit 4174552e authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "docs: fix typos"

parents c13173c4 37da40cf
No related branches found
No related tags found
No related merge requests found
......@@ -836,7 +836,7 @@ Network Time Protocol (NTP) may be configured via variables in
configured via ``chrony_ntp_servers``, and by default the ``pool.ntp.org``
servers are used.
Internally, kayobe uses the the `mrlesmithjr.chrony
Internally, kayobe uses the `mrlesmithjr.chrony
<https://galaxy.ansible.com/mrlesmithjr/chrony>`__ Ansible role. Rather than
maintain a mapping between the ``kayobe`` and ``mrlesmithjr.chrony`` worlds, all
variables are simply passed through. This means you can use all variables that
......
......@@ -11,7 +11,7 @@ environment or are dependencies of the control plane.
Configuration
=============
To deploy an infrastructure VM, add a new host to the the ``infra-vms`` group
To deploy an infrastructure VM, add a new host to the ``infra-vms`` group
in the inventory:
.. code-block:: ini
......
......@@ -174,7 +174,7 @@ Hooks allow you to automatically execute custom playbooks at certain points duri
the execution of a kayobe command. The point at which a hook is run is referred to
as a ``target``. Please see the :ref:`list of available targets<Hook Targets>`.
Hooks are created by symlinking an existing playbook into the the relevant directory under
Hooks are created by symlinking an existing playbook into the relevant directory under
``$KAYOBE_CONFIG_PATH/hooks``. Kayobe will search the hooks directory for sub-directories
matching ``<command>.<target>.d``, where ``command`` is the name of a kayobe command
with any spaces replaced with dashes, and ``target`` is one of the supported targets for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment