Bug #2700
waitforcert is ignored with --test
| Status: | Closed | Start: | 10/06/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | executables | |||
| Target version: | 0.25.2 | |||
| Affected version: | 0.25.0 | Branch: | http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/2700 | |
| Keywords: | ||||
| Votes: | 0 |
Description
When using puppetd with —test, it just ignores —waitforcert, always disabling it. It’s a small fix:
@@@ -126,5 +127,5 @@
options[:verbose] = true
options[:onetime] = true
- options[:waitforcert] = 0
+ options[:waitforcert] = 0 unless @explicit_waitforcert
end
Related issues
| related to Puppet - Bug #2031: waitforcert option documentation is inconsistent with the... | Closed | 02/26/2009 |
History
Updated by Markus Roberts 10 months ago
- Assignee set to Dan Bode
Updated by Markus Roberts 10 months ago
- Status changed from Accepted to Ready for Checkin
- Assignee changed from Dan Bode to James Turnbull
- Branch set to http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/2700
Branch up on http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/2700
Updated by James Turnbull 10 months ago
- Status changed from Ready for Checkin to Closed
Pushed in commit:“8129caabdab73fca8b4b8de0ecafe4c0dd31cc95” in branch 0.25.x