Skip to content

Commit 70bde20

Browse files
committed
changing part of a plan that wasn't showing errors correctly
1 parent 1bd2e3b commit 70bde20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/add_replica.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
# probably gets "starting", but fails out because that's not "running".
124124
# Can remove flag when that issue is fixed.
125125
legacy => false,
126-
# _catch_errors => true, # testing
126+
_catch_errors => true,
127127
)
128128

129129
# start puppet service

0 commit comments

Comments
 (0)