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

Unified Diff: manifests/filterserver.pp

Issue 9343001: Add Postfix configuration to the repository, make Postfix listen onlocal interfaces only (Closed)
Patch Set: Created Feb. 6, 2013, 8:19 a.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
« no previous file with comments | « no previous file | manifests/monitoringserver.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/filterserver.pp
===================================================================
--- a/manifests/filterserver.pp
+++ b/manifests/filterserver.pp
@@ -1,7 +1,7 @@
node 'server1', 'server3', 'server5', 'server6', 'server7', 'server8', 'server9' {
- include base, filterserver
+ include base, postfix, filterserver
Felix Dahlke 2013/02/06 09:17:58 Shouldn't we include postfix in base? We need it o
Wladimir Palant 2013/02/06 09:58:39 Same is true for SSH - but whatever :)
Felix Dahlke 2013/02/06 10:02:06 Yes, but the problem with SSH is that it has an op
class {'nagios::client':
server_address => 'monitoring.adblockplus.org'
}
}
« no previous file with comments | « no previous file | manifests/monitoringserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld