Skip to content

Commit 433ce1b

Browse files
committed
Establish postgres version
1 parent 8328342 commit 433ce1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
# Redact password
8484
FILE='spec/fixtures/litmus_inventory.yaml'
8585
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
86+
sed -i '/vars:/a \ \ puppet_enterprise::params::postgres_version: "13"' "$FILE"
8687
8788
- name: Install PE
8889
run: |

0 commit comments

Comments
 (0)