diff options
-rw-r--r-- | docs/automation/cloud-init.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index 354abd05..20b6dc49 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -159,7 +159,7 @@ obtained from the EC2 metadata service. Please observe that the same configuration pitfall described in :ref:`command-scripting` exists here when running ``configure`` in any context as without user group 'vyattacfg' will cause the error message ``Set failed`` to appear. -We therefor need to wrap it and have the script re-execute itself with the correct +We therefore need to wrap it and have the script re-execute itself with the correct group permissions. .. code-block:: yaml |