Remove multiple entries in spec file for disable-sshd-keygen-if-cloud-init.conf
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>)
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
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!