Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: manifests/notificationserver.pp

Issue 5302563972841472: Merge filter and notification servers, have both tasks run on the same servers (Closed)
Patch Set: Stopped misusing is_default parameter Created Jan. 30, 2014, 2:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: manifests/notificationserver.pp
===================================================================
deleted file mode 100644
--- a/manifests/notificationserver.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-node 'notification1', 'notification2' {
- include base, notificationserver
-
- class {'nagios::client':
- server_address => 'monitoring.adblockplus.org'
- }
-
- class {'statsclient': }
-}

Powered by Google App Engine
This is Rietveld