Skip to content

Commit

Permalink
Explicitly install systemd on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 8, 2024
1 parent 486be6a commit d5a8b11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom/testing/golden-state-tree/os/ubuntu/pkgs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ include:
- pkgs.rng-tools
- pkgs.rsync
- pkgs.sed
- pkgs.systemd
- pkgs.swig
- pkgs.tar
- pkgs.zlib
Expand Down
4 changes: 4 additions & 0 deletions custom/testing/golden-state-tree/pkgs/systemd.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{%- set pkg_name = "systemd" -%}
systemd:
pkg.installed:
- name: {{ pkg_name }}
1 change: 0 additions & 1 deletion custom/testing/ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ RUN <<EOF
rm -rf /var/cache/salt
rm -rf /etc/salt
rm -rf /tmp/*
ln -s /bin/systemd /usr/lib/systemd/systemd
apt-get clean
rm -rf /var/cache/apt/archives/*
EOF
Expand Down

0 comments on commit d5a8b11

Please sign in to comment.