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

Unified Diff: manifests/codereview.pp

Issue 5459448122310656: Add rietveld to infrastructure (Closed)
Patch Set: Created Feb. 7, 2014, 8:46 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/codereview.pp
===================================================================
new file mode 100644
--- /dev/null
+++ b/manifests/codereview.pp
@@ -0,0 +1,11 @@
+node 'codereview' {
+ include base
+
+ class {'rietveld':
Felix Dahlke 2014/02/07 15:27:36 Wrong indentation, should be 2 spaces.
christian 2014/02/07 17:17:21 Done.
+ domain => 'codereview.adblockplus.org'
+ }
+
+ class {'nagios::client':
+ server_address => 'monitoring.adblockplus.org'
+ }
+}

Powered by Google App Engine
This is Rietveld