Skip to content

Commit

Permalink
Fix True
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Nov 22, 2024
1 parent 6b4f257 commit 8c1373e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/freeipa.pp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
{ 'method': 'config_mod', 'params': [[], {'ipadefaultloginshell': '/bin/bash'}]},
{ 'method': 'pwpolicy_add', 'params': [['admins'], {'krbminpwdlife': 0, 'krbmaxpwdlife': 0, 'priority': 1}]},
{ 'method': 'dnsrecord_add', 'params': [['${int_domain_name}', 'ipa'], {'cnamerecord': '${facts['networking']['hostname']}'}]},
{ 'method': 'host_add', 'params': [['ipa.${int_domain_name}'], {'force': true}]},
{ 'method': 'host_add', 'params': [['ipa.${int_domain_name}'], {'force': True}]},
{ 'method': 'service_add_principal', 'params': [['HTTP/${fqdn}', 'HTTP/ipa.${int_domain_name}'], {}]},
{ 'method': 'service_add_principal', 'params': [['ldap/${fqdn}', 'ldap/ipa.${int_domain_name}'], {}]},
)
Expand Down

0 comments on commit 8c1373e

Please sign in to comment.