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

Side by Side Diff: manifests/codereview.pp

Issue 5459448122310656: Add rietveld to infrastructure (Closed)
Patch Set: Created Feb. 7, 2014, 8:46 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
OLDNEW
(Empty)
1 node 'codereview' {
2 include base
3
4 class {'rietveld':
Felix Dahlke 2014/02/07 15:27:36 Wrong indentation, should be 2 spaces.
christian 2014/02/07 17:17:21 Done.
5 domain => 'codereview.adblockplus.org'
6 }
7
8 class {'nagios::client':
9 server_address => 'monitoring.adblockplus.org'
10 }
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld