Skip to content

Commit 6df67cd

Browse files
authored
Merge pull request #1240 from peter-svensson/main
2 parents 25cdd93 + 0085b08 commit 6df67cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packer/linux/scripts/install-utils.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ sudo dnf install -yq \
3333
# in a future version of Amazon Linux
3434
sudo dnf install -yq \
3535
bind-utils \
36-
lsof
36+
lsof \
37+
rsyslog
3738

3839
sudo dnf -yq groupinstall "Development Tools"
3940

4041
sudo systemctl enable --now amazon-ssm-agent
42+
sudo systemctl enable --now rsyslog
4143

4244
GIT_LFS_VERSION=3.4.0
4345
echo "Installing git lfs ${GIT_LFS_VERSION}..."

0 commit comments

Comments
 (0)