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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | manifests/monitoringserver.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 node 'server1', 'server3', 'server5', 'server6', 'server7', 'server8', 'server9' { 1 node 'server1', 'server3', 'server5', 'server6', 'server7', 'server8', 'server9' {
2 include base, filterserver 2 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
3 3
4 class {'nagios::client': 4 class {'nagios::client':
5 server_address => 'monitoring.adblockplus.org' 5 server_address => 'monitoring.adblockplus.org'
6 } 6 }
7 } 7 }
OLDNEW
« 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