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

Unified Diff: manifests/webserver.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
Index: manifests/webserver.pp
===================================================================
--- a/manifests/webserver.pp
+++ b/manifests/webserver.pp
@@ -1,7 +1,7 @@
node 'server0' {
- include base, ssh, adblockplusorg
+ include base, ssh, postfix, adblockplusorg
class {'nagios::client':
server_address => 'monitoring.adblockplus.org'
}
}

Powered by Google App Engine
This is Rietveld