Skip to content

Commit 4dd8228

Browse files
authored
Merge pull request #158 from puppetlabs/CAT-2561-Address_module_transient_failures
(CAT-2561) Address module transient failures
2 parents d4311bf + de33e34 commit 4dd8228

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/module_acceptance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ jobs:
143143
# Redact password
144144
FILE='spec/fixtures/litmus_inventory.yaml'
145145
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
146+
# Clean up resolv.conf on target Docker machines to avoid Azure DNS issues caused by Twingate actions
147+
bundle exec bolt command run "sed '/^nameserver 168.63.129.16\$/d; /^search/d' /etc/resolv.conf > /tmp/resolv.conf && cat /tmp/resolv.conf > /etc/resolv.conf" --targets all --inventoryfile spec/fixtures/litmus_inventory.yaml
146148
147149
- name: "Install Puppet agent"
148150
run: |

0 commit comments

Comments
 (0)