Skip to content

Commit a46c419

Browse files
authored
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.
1 parent e8466d4 commit a46c419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • source/installguide/hypervisor

source/installguide/hypervisor/kvm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ sudoers file:
209209
.. parsed-literal::
210210
211211
cloudstack ALL=NOPASSWD: /usr/bin/cloudstack-setup-agent
212-
defaults:cloudstack !requiretty
212+
Defaults:cloudstack !requiretty
213213
214214
215215
Configure CPU model for KVM guest (Optional)

0 commit comments

Comments
 (0)