Skip to content

Commit 625899e

Browse files
Lakshmipathidarora
authored andcommitted
fail2ban: Add missing package for fail2ban
Signed-off-by: Lakshmipathi Ganapathi <lakshmipathi.g@gmail.com>
1 parent fee9106 commit 625899e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "14.1.0.28"
1+
postgres-version = "14.1.0.29"

ebssurrogate/scripts/chroot-bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ function update_install_packages {
6666
fail2ban \
6767
locales \
6868
at \
69-
less
69+
less \
70+
python3-systemd
7071

7172
if [ "${ARCH}" = "arm64" ]; then
7273
apt-get $APT_OPTIONS --yes install linux-aws initramfs-tools dosfstools

0 commit comments

Comments
 (0)