Closed
Bug 794972
Opened 13 years ago
Closed 13 years ago
nrpe classes in puppetagain are not quite right
Categories
(Infrastructure & Operations :: RelOps: General, task)
Infrastructure & Operations
RelOps: General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
Attachments
(1 file)
|
3.15 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
There's an 'include nrpe' in one of the toplevel classes, but init.pp is empty.
Ideally, 'include nrpe' would happen at the toplevels where nrpe's allowed (toplevel::server and toplevel::slave::build), and then nrpe::check::* would be included below there as necessary.
This should be a minor fix with no changes.
| Assignee | ||
Comment 1•13 years ago
|
||
The includes in modules/mozpool/manifests/init.pp were redundant to
the same includes in modules/bmm/manifests/init.pp.
This should have no effect - it is simply a refactoring.
Attachment #699937 -
Flags: review?(rail)
Updated•13 years ago
|
Attachment #699937 -
Flags: review?(rail) → review+
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Server Operations: RelEng → RelOps
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•