aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/01-ipa.pp
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-12-21 12:46:43 +0100
committeralexpdp7 <alex@corcoles.net>2024-12-21 12:48:10 +0100
commita8c67fdd4bd6a1102076f9a7223b8d468f6c41ec (patch)
treeb897b50b42eaf25f63090e2d127aea6b24982bb2 /personal_infra/puppet/site/01-ipa.pp
parent55b5bce6ed720abe9078fc01376d4ff25832ca54 (diff)
Tweak more sssd/FreeIPA/Debian stuff
Diffstat (limited to 'personal_infra/puppet/site/01-ipa.pp')
-rw-r--r--personal_infra/puppet/site/01-ipa.pp15
1 files changed, 0 insertions, 15 deletions
diff --git a/personal_infra/puppet/site/01-ipa.pp b/personal_infra/puppet/site/01-ipa.pp
index 3e76d28f..2f4aab49 100644
--- a/personal_infra/puppet/site/01-ipa.pp
+++ b/personal_infra/puppet/site/01-ipa.pp
@@ -15,21 +15,6 @@ if $facts['os']['family'] == 'Debian' and $facts['os']['release']['major'] == "1
}
}
-# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026008
-#
-# systems which were originally Debian 11 seem to not have this problem,
-# so I'll add hacks to new systems in their manifest :(
-if $facts['os']['family'] == 'Debian' and $facts['os']['release']['major'] == "12" {
- Package[$ipa_client_package]
- ->
- service {['sssd-ssh.socket', 'sssd-nss.socket', 'sssd-sudo.socket', 'sssd-pam-priv.socket']:
- ensure => stopped,
- enable => mask,
- }
- ~>
- Exec['/usr/bin/systemctl reset-failed']
-}
-
package {$ipa_client_package:}
package {'sudo':}