Merge pull request #46 from SUNET/jocar-bookworm-depends

Bookworm depends
This commit is contained in:
Micke Nordin 2023-11-14 15:34:44 +01:00 committed by GitHub
commit 8a947ffa28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,15 @@ 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-camptocamp-augeas \
puppet-module-puppetlabs-apt \
puppet-module-puppetlabs-concat \
puppet-module-puppetlabs-cron-core \
puppet-module-puppetlabs-stdlib \
puppet-module-puppetlabs-vcsrepo
fi
mkdir -p "$(dirname "${stamp}")"