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: Apply Changes Created Feb. 7, 2014, 5:16 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
Index: manifests/codereview.pp
===================================================================
new file mode 100644
--- /dev/null
+++ b/manifests/codereview.pp
@@ -0,0 +1,11 @@
+node 'codereview1' {
+ include base
+
+ class {'rietveld':
Felix Dahlke 2014/02/07 20:09:46 Still the wrong indentation here, should be 2 spac
christian 2014/02/10 09:05:57 Done.
+ domain => 'codereview.adblockplus.org'
+ }
+
+ class {'nagios::client':
+ server_address => 'monitoring.adblockplus.org'
+ }
+}
« no previous file with comments | « Vagrantfile ('k') | manifests/monitoringserver.pp » ('j') | manifests/monitoringserver.pp » ('J')

Powered by Google App Engine
This is Rietveld