A few more depends for Bookworm

This commit is contained in:
Johan Wassberg 2023-11-14 15:27:45 +01:00
parent 9b6322c2ec
commit 120c4a5a93
Signed by untrusted user: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -14,7 +14,8 @@ if ! test -f "${stamp}" -a -f /usr/bin/puppet; then
# Note: in posix shell, string comparison is done with a single =
if [ "${ID}" = "debian" ] && [ "${VERSION_ID}" -ge 12 ]; then
apt-get -y install cron puppet-module-puppetlabs-cron-core puppet-module-camptocamp-augeas
apt-get -y install cron puppet-module-puppetlabs-stdlib puppet-module-puppetlabs-cron-core puppet-module-camptocamp-augeas puppet-module-puppetlabs-concat puppet-module-puppetlabs-apt puppet-module-puppetlabs-vcsrepo
fi
mkdir -p "$(dirname "${stamp}")"