Skip to content

Commit

Permalink
B #-: More removal of 50-cloud-init.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Nov 24, 2023
1 parent afa0cb7 commit 983b923
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packer/debian/81-configure-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ BEGIN { update = "UseDNS no" }
END { if (!found) print update >> FILENAME }
EOF

rm -rf /etc/ssh/sshd_config.d/*-cloud-init.conf

sync
2 changes: 2 additions & 0 deletions packer/opensuse/81-configure-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ BEGIN { update = "UseDNS no" }
END { if (!found) print update >> FILENAME }
EOF

rm -rf /etc/ssh/sshd_config.d/*-cloud-init.conf

sync
2 changes: 2 additions & 0 deletions packer/ubuntu/81-configure-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ BEGIN { update = "UseDNS no" }
END { if (!found) print update >> FILENAME }
EOF

rm -rf /etc/ssh/sshd_config.d/*-cloud-init.conf

sync

0 comments on commit 983b923

Please sign in to comment.