Skip to content

Commit be5885e

Browse files
committed
syncing from "puppetlabs/support_workflows"
1 parent 93f7f16 commit be5885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pe_latest_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo INVENTORY_PATH=$FILE >> $GITHUB_ENV
100100
- name: Install PE
101101
run: |
102-
bundle exec bolt --tmpdir /tmp --log-level debug --modulepath spec/fixtures/modules -i ./$INVENTORY_PATH plan run deploy_pe::provision_master --params '{"version":"${{ matrix.collection }}","pe_settings":{"password":"puppetlabs", "configure_tuning": false}}' --targets all --stream
102+
bundle exec bolt --tmpdir /tmp --log-level debug --modulepath spec/fixtures/modules -i ./$INVENTORY_PATH plan run deploy_pe::provision_master --params '{"version":"${{ matrix.collection }}","pe_settings":{"password":"Puppetlabs1!", "configure_tuning": false}}' --targets all --stream
103103
104104
- name: Install module
105105
run: |

0 commit comments

Comments
 (0)