Skip to content

Commit

Permalink
(profile::core::ipa_pwd_reset) rm; no known users; will not work on el9
Browse files Browse the repository at this point in the history
Resolves frequent errors seen during puppet agent runs. E.g.:

    change from 78186 to 'ldap-passwd-reset' failed: Could not find user ldap-passwd-reset
  • Loading branch information
jhoblitt committed Nov 15, 2023
1 parent 05d1e41 commit 30da2b1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 186 deletions.
2 changes: 0 additions & 2 deletions hieradata/role/ipareplica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ classes:
- "clustershell"
- "ipa"
- "profile::core::common"
- "profile::core::ipa_pwd_reset"
- "tailscale"

profile::core::common::disable_ipv6: true
Expand All @@ -26,7 +25,6 @@ clustershell::groupmembers:
- "ipa[1-3].tu.lsst.org"
- "ipa1.dev.lsst.org"

profile::core::ipa_pwd_reset::ldap_user: "ldap-passwd-reset"
profile::core::ipa::default:
global:
server: "%{facts.fqdn}"
Expand Down
152 changes: 0 additions & 152 deletions site/profile/manifests/core/ipa_pwd_reset.pp

This file was deleted.

29 changes: 0 additions & 29 deletions spec/classes/core/ipa_pwd_reset_spec.rb

This file was deleted.

3 changes: 0 additions & 3 deletions spec/fixtures/hieradata/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ ipa::domain_join_password: "foofoofoofoo" # 8 char min
foreman_proxy::plugin::dns::route53::aws_access_key: "foo"
foreman_proxy::plugin::dns::route53::aws_secret_key: "foo"
profile::ccs::postfix::auth: "foo"
profile::core::ipa_pwd_reset::keytab_base64: "foo"
profile::core::ipa_pwd_reset::ldap_pwd: "foo"
profile::core::ipa_pwd_reset::secret_key: "foo"
profile::core::monitoring::database: "foo"
profile::core::monitoring::password: "foo"
profile::core::monitoring::url: "foo"
Expand Down

0 comments on commit 30da2b1

Please sign in to comment.