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

Unified Diff: manifests/codereviewserver.pp

Issue 5459448122310656: Add rietveld to infrastructure (Closed)
Patch Set: Remove small dependency Created Feb. 12, 2014, 4:44 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
« no previous file with comments | « Vagrantfile ('k') | manifests/monitoringserver.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/codereviewserver.pp
===================================================================
new file mode 100644
--- /dev/null
+++ b/manifests/codereviewserver.pp
@@ -0,0 +1,10 @@
+node 'codereview1' {
+ include base
+ class {'rietveld':
+ domain => 'codereview.adblockplus.org'
+ }
+
+ class {'nagios::client':
+ server_address => 'monitoring.adblockplus.org'
+ }
+}
« no previous file with comments | « Vagrantfile ('k') | manifests/monitoringserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld