We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8328342 commit 433ce1bCopy full SHA for 433ce1b
.github/workflows/integration_test.yml
@@ -83,6 +83,7 @@ jobs:
83
# Redact password
84
FILE='spec/fixtures/litmus_inventory.yaml'
85
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
86
+ sed -i '/vars:/a \ \ puppet_enterprise::params::postgres_version: "13"' "$FILE"
87
88
- name: Install PE
89
run: |
0 commit comments