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 389ce6c commit 7b5b337Copy full SHA for 7b5b337
.github/workflows/test-migration.yaml
@@ -39,9 +39,9 @@ jobs:
39
architecture:
40
- standard
41
- standard-with-dr
42
- # - large
+ - large
43
# - extra-large
44
- # - large-with-dr
+ - large-with-dr
45
# - extra-large-with-dr
46
version: [2021.7.9, 2023.8.2, 2025.2.0]
47
image: [almalinux-cloud/almalinux-8]
plans/add_replica.pp
@@ -123,7 +123,7 @@
123
# probably gets "starting", but fails out because that's not "running".
124
# Can remove flag when that issue is fixed.
125
legacy => false,
126
- # _catch_errors => true, # testing
+ _catch_errors => true,
127
)
128
129
# start puppet service
0 commit comments