Skip to content

Commit

Permalink
Add "ad" option to autofs_provider list
Browse files Browse the repository at this point in the history
  • Loading branch information
dpavlotzky authored Jun 11, 2024
1 parent 677eb33 commit 38281e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/domain.pp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
Optional[Enum['ldap', 'ipa','ad','none']] $sudo_provider = undef,
Optional[Enum['ipa', 'none']] $selinux_provider = undef,
Optional[Enum['ipa', 'ad','none']] $subdomains_provider = undef,
Optional[Enum['ldap', 'ipa','none']] $autofs_provider = undef,
Optional[Enum['ad', 'ldap', 'ipa','none']] $autofs_provider = undef,
Optional[Enum['ipa', 'none']] $hostid_provider = undef,
Optional[String] $re_expression = undef,
Optional[String] $full_name_format = undef,
Expand Down

0 comments on commit 38281e0

Please sign in to comment.