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

Side by Side Diff: manifests/statsserver.pp

Issue 29340915: Issue 3638 - Migrate node "stats1" into Hiera role "statsmaster" (Closed)
Patch Set: Created April 28, 2016, 12:44 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
« no previous file with comments | « manifests/nodes.pp ('k') | modules/adblockplus/manifests/host/statsmaster.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 node 'stats1' {
2
3 class {'statsmaster':
4 domain => 'stats.adblockplus.org',
5 certificate => 'stats.adblockplus.org_sslcert.pem',
6 private_key => 'stats.adblockplus.org_sslcert.key',
7 is_default => true
8 }
9
10 }
OLDNEW
« no previous file with comments | « manifests/nodes.pp ('k') | modules/adblockplus/manifests/host/statsmaster.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld