File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ if [ "$VERSION_CODENAME" == "bullseye" ]; then
24
24
fi
25
25
26
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
27
+ ssh root@" $INSTANCE " apt-get -o Dpkg::Options::=" --force-confold" -o Dpkg::Options::= " --force-confdef " upgrade -y
28
+ ssh root@" $INSTANCE " apt-get -o Dpkg::Options::=" --force-confold" -o Dpkg::Options::= " --force-confdef " install -y puppet-agent
29
29
ssh root@" $INSTANCE " " $PUPPET " config --section agent set server " $PUPPET_SERVER "
30
30
ssh root@" $INSTANCE " " $PUPPET " config --section agent set environment " $ENVIRONMENT "
31
31
ssh root@" $INSTANCE " " $PUPPET " agent -t || true
You can’t perform that action at this time.
0 commit comments