Merge "container-puppet.sh idempotency on restart" into stable/wallaby

This commit is contained in:
Zuul 2022-11-17 00:53:03 +00:00 committed by Gerrit Code Review
commit d4699e56fa
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
set -e
[ "$DEBUG" = "false" ] || set -x
rm -rf /etc/puppet
mkdir -p /etc/puppet
cp -dR /tmp/puppet-etc/* /etc/puppet
rm -Rf /etc/puppet/ssl # not in use and causes permission errors