We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c25848 commit 34c27eaCopy full SHA for 34c27ea
bin/provision-instance.sh
@@ -24,8 +24,8 @@ if [ "$VERSION_CODENAME" == "bullseye" ]; then
24
fi
25
26
ssh root@"$INSTANCE" apt-get update
27
-ssh root@"$INSTANCE" apt-get -o Dpkg::Options::="--force-confold" upgrade -y
28
-ssh root@"$INSTANCE" apt-get -o Dpkg::Options::="--force-confold" install -y puppet-agent
+ssh root@"$INSTANCE" apt-get -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-confdef" upgrade -y
+ssh root@"$INSTANCE" apt-get -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-confdef" install -y puppet-agent
29
ssh root@"$INSTANCE" "$PUPPET" config --section agent set server "$PUPPET_SERVER"
30
ssh root@"$INSTANCE" "$PUPPET" config --section agent set environment "$ENVIRONMENT"
31
ssh root@"$INSTANCE" "$PUPPET" agent -t || true
0 commit comments