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.
2 parents b7738e2 + 2a98174 commit 84520a0Copy full SHA for 84520a0
bolt-modules/ctrl/lib/puppet/functions/ctrl/do_until.rb
@@ -6,7 +6,7 @@
6
# @param block The code block to repeat.
7
# @option options [Numeric] limit The number of times to repeat the block.
8
# @option options [Numeric] interval The number of seconds to wait before repeating the block.
9
- # @return [nil]
+ # @return The value of the code block's last iteration
10
# @example Run a task until it succeeds
11
# ctrl::do_until() || {
12
# run_task('test', $target, '_catch_errors' => true).ok()
0 commit comments