This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new a46c419 Correct sudoers example (#289)
a46c419 is described below
commit a46c419eb77115c9f1eaafd6e23d5d524ce1fcbf
Author: Joe <[email protected]>
AuthorDate: Sat Oct 15 11:47:59 2022 -0600
Correct sudoers example (#289)
`defaults` in sudoers is not valid, and so putting that in sudoers verbatim
will cause sudo to fail. sudo expects the value to be `Defaults`, ie with a
capital D.
---
source/installguide/hypervisor/kvm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/installguide/hypervisor/kvm.rst
b/source/installguide/hypervisor/kvm.rst
index f339d3a..fedc959 100644
--- a/source/installguide/hypervisor/kvm.rst
+++ b/source/installguide/hypervisor/kvm.rst
@@ -209,7 +209,7 @@ sudoers file:
.. parsed-literal::
cloudstack ALL=NOPASSWD: /usr/bin/cloudstack-setup-agent
- defaults:cloudstack !requiretty
+ Defaults:cloudstack !requiretty
Configure CPU model for KVM guest (Optional)