Dotfiles/setup/modules/optional-Modules/apps
Amir Alexander Abdelbaki 3ee375b1c1 fix(ansipa): FreeIPA enrollment for Arch/Fedora/RHEL + autofs AUR workaround
Found while testing client enrollment across distros in VMs:

- Restore the executable bit on freeipa-enroll.sh (lost on a prior edit), which
  made freeipa-client.sh fail with a misleading "not found" for every path.
- Arch: freeipa-client is AUR-only, not the repo package "freeipa" — pacman -S
  freeipa died with "target not found". Install sssd/krb5 from repos and
  freeipa-client via an aur_install helper that drops to the sudo user.
- Bundle autofs-pkgbuild/: freeipa-client (AUR) hard-depends on autofs (AUR),
  whose PKGBUILD pins autofs-5.1.9.tar.xz — pruned from kernel.org at the 5.2.0
  release, so it 404s and blocks all Arch enrollment. Build autofs ourselves
  from upstream git pinned to a 5.1.9-series commit that already carries the
  cyrus-sasl function-pointer fix GCC 14+ needs, and install it before the
  freeipa-client AUR build so the broken AUR autofs is never touched. Verified
  the bundled PKGBUILD builds and installs cleanly on Arch.
- Fedora vs RHEL/Rocky/Alma use different client package names: keep
  freeipa-client on Fedora, use ipa-client on the RHEL family (freeipa-client
  does not exist there). Split the case arms accordingly.
- Guard both freeipa-client.sh entry points against unattended/no-TTY runs: the
  module TUI would hang on a dialog menu, and the wrapper would block on an
  interactive password read when the shipped answerfile has a blank password.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MUhrcFU8J1Hnf7vNqNxZNi
2026-07-02 11:27:46 +02:00
..
anti-malware.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
ardour.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
audacity.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
blender-povray.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
butter.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
caldav-sync.sh fix(modules): guard remaining interactive prompts for unattended installs 2026-06-27 02:09:04 +02:00
cecilia.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
chromium.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
claude.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
cockpit.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
codeblocks.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
croc.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
db-clients.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
disk-recovery.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
docker.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
doom.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
ffmpeg.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
firefox-browser.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
freeipa-client.sh fix(ansipa): FreeIPA enrollment for Arch/Fedora/RHEL + autofs AUR workaround 2026-07-02 11:27:46 +02:00
freeipa-server.sh fix(modules): guard remaining interactive prompts for unattended installs 2026-06-27 02:09:04 +02:00
geany.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
gimp.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
gnuplot.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
himalaya.sh fix(installer): repair broken package lists and make user-timer setup non-fatal 2026-06-26 18:20:21 +02:00
imagemagick.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
inkscape.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
k8s.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
kate.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
kdenlive.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
krita.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
lamco-rdp-server.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
librewolf.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
llama-cpp.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
lmms.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
localsend.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
localtunnel.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
mail-notmuch.sh fix(modules): guard remaining interactive prompts for unattended installs 2026-06-27 02:09:04 +02:00
min-browser.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
mixxx.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
mysql.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
networking-cli.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
nyxt.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
obsidian.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
ollama.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
onlyoffice.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
open-webui.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
openarena.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
opendeck.sh fix(installer): install OpenDeck from AUR instead of Flatpak 2026-06-26 16:04:13 +02:00
openshot.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
plymouth-custom.sh feat(plymouth): add custom-logo variant, sync answerfile + docs 2026-06-26 10:57:32 +02:00
plymouth.sh fix(installer): root-owned ~/.config, wrong logging path, flatpak system scope 2026-06-26 18:27:04 +02:00
podman.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
prism.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
productivity.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
python.sh fix(installer): make the unattended module path non-interactive 2026-06-27 01:15:43 +02:00
qemu.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
rdp-client.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
rnote.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
sauerbraten.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
shotcut.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
sox.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
spotify.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
ssh-server.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
steam.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
stuntrally.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
tangent-notes.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
tetris.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
timeshift.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
tlp.sh fix(modules): make service/session ops chroot-safe to prevent install aborts 2026-06-26 20:58:37 +02:00
toot.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
vesktop.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
vintagestory.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
vscodium.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
wireshark.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
wprs.sh fix(installer): root-owned ~/.config, wrong logging path, flatpak system scope 2026-06-26 18:27:04 +02:00
xournal.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
yt-dlp.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
zed-ide.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
zen-browser.sh feat(installer): global flatpaks, drop redundant TUI hostname, upfront passwords 2026-06-26 18:40:49 +02:00
zfs.sh fix(installer): root-owned ~/.config, wrong logging path, flatpak system scope 2026-06-26 18:27:04 +02:00