cloud-init icon indicating copy to clipboard operation
cloud-init copied to clipboard

Remove multiple entries in spec file for disable-sshd-keygen-if-cloud-init.conf

Open ani-sinha opened this issue 3 weeks ago • 2 comments

Proposed Commit Message

disable-sshd-keygen-if-cloud-init-active.conf seems to have been added twice. Fix it.

Merge type

  • [x] Squash merge using "Proposed Commit Message"
  • [ ] Rebase and merge unique commits. Requires commit messages per-commit each referencing the pull request number (#<PR_NUM>)

ani-sinha avatar Dec 04 '25 08:12 ani-sinha

Hi @ani-sinha Is "%{_unitdir}" better? for line 118 %config(noreplace) /usr/lib/systemd/system/[email protected]/disable-sshd-keygen-if-cloud-init-active.conf ---> %config(noreplace) %{_unitdir}/[email protected]/disable-sshd-keygen-if-cloud-init-active.conf

xiachen-rh avatar Dec 05 '25 09:12 xiachen-rh

Hi @ani-sinha Is "%{_unitdir}" better? for line 118 %config(noreplace) /usr/lib/systemd/system/[email protected]/disable-sshd-keygen-if-cloud-init-active.conf ---> %config(noreplace) %{_unitdir}/[email protected]/disable-sshd-keygen-if-cloud-init-active.conf

Done! Thanks for pointing this out Amy!

ani-sinha avatar Dec 05 '25 10:12 ani-sinha