-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1681 from Azure/fix/1679
fix domain join package list for AlmaLinux
- Loading branch information
Showing
5 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../roles/cyclecloud_cluster/projects/common/cluster-init/files/almalinux/init_joindomain.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
domain_join_packages: | ||
- epel-release | ||
- sssd | ||
- realmd | ||
- oddjob | ||
- oddjob-mkhomedir | ||
- adcli | ||
- samba-common | ||
- samba-common-tools | ||
- krb5-workstation | ||
- openldap-clients | ||
- python3-policycoreutils | ||
- nfs-utils | ||
- python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
domain_join_packages: | ||
- epel-release | ||
- sssd | ||
- realmd | ||
- oddjob | ||
- oddjob-mkhomedir | ||
- adcli | ||
- samba-common | ||
- samba-common-tools | ||
- krb5-workstation | ||
- openldap-clients | ||
- policycoreutils-python | ||
- nfs-utils | ||
- python3 |