Skip to content

Commit 6f7d664

Browse files
(Azure CXP) fixes MIcrosoftDocs/azure-docs#39354
Fixed the hosts file entry
1 parent 76782ad commit 6f7d664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-domain-services/join-centos-linux-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In the *hosts* file, update the *localhost* address. In the following example:
6565
Update these names with your own values:
6666

6767
```console
68-
127.0.0.1 centos centos.contoso.com
68+
127.0.0.1 centos.contoso.com centos
6969
```
7070

7171
When done, save and exit the *hosts* file using the `:wq` command of the editor.

0 commit comments

Comments
 (0)