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

Side by Side Diff: manifests/vagrant.pp

Issue 5143068516810752: Added new stats server and user counter page (Closed)
Patch Set: Created Dec. 20, 2013, 11:05 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/statsserver.pp ('k') | modules/statsmaster/files/usercounts.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 define hostentry ( 1 define hostentry (
2 $host = $title['host'], 2 $host = $title['host'],
3 $ip = $title['ip'] 3 $ip = $title['ip']
4 ) { 4 ) {
5 host {$host: 5 host {$host:
6 ensure => present, 6 ensure => present,
7 ip => $ip, 7 ip => $ip,
8 name => $host 8 name => $host
9 } 9 }
10 } 10 }
(...skipping 24 matching lines...) Expand all
35 {host => 'filter1.adblockplus.org', ip => '10.8.0.120'}, 35 {host => 'filter1.adblockplus.org', ip => '10.8.0.120'},
36 {host => 'filter2.adblockplus.org', ip => '10.8.0.121'}, 36 {host => 'filter2.adblockplus.org', ip => '10.8.0.121'},
37 {host => 'filter3.adblockplus.org', ip => '10.8.0.122'}, 37 {host => 'filter3.adblockplus.org', ip => '10.8.0.122'},
38 {host => 'filter4.adblockplus.org', ip => '10.8.0.123'}, 38 {host => 'filter4.adblockplus.org', ip => '10.8.0.123'},
39 {host => 'filter5.adblockplus.org', ip => '10.8.0.124'}, 39 {host => 'filter5.adblockplus.org', ip => '10.8.0.124'},
40 {host => 'filter6.adblockplus.org', ip => '10.8.0.125'}, 40 {host => 'filter6.adblockplus.org', ip => '10.8.0.125'},
41 {host => 'download1.adblockplus.org', ip => '10.8.0.126'}, 41 {host => 'download1.adblockplus.org', ip => '10.8.0.126'},
42 {host => 'filtermaster1.adblockplus.org', ip => '10.8.0.127'}, 42 {host => 'filtermaster1.adblockplus.org', ip => '10.8.0.127'},
43 {host => 'update1.adblockplus.org', ip => '10.8.0.128'}, 43 {host => 'update1.adblockplus.org', ip => '10.8.0.128'},
44 {host => 'web1.adblockplus.org', ip => '10.8.0.129'}, 44 {host => 'web1.adblockplus.org', ip => '10.8.0.129'},
45 {host => 'stats1.adblockplus.org', ip => '10.8.0.130'},
45 ] 46 ]
46 47
47 hostentry { $hosts: } 48 hostentry { $hosts: }
48 } 49 }
OLDNEW
« no previous file with comments | « manifests/statsserver.pp ('k') | modules/statsmaster/files/usercounts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld