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

Side by Side Diff: manifests/vagrant.pp

Issue 5889762565029888: Issue 2104 - Set up a test server for adblockplus.org content (Closed)
Patch Set: Created March 13, 2015, 3:56 p.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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 {host => 'filter9.adblockplus.org', ip => '10.8.0.135'}, 49 {host => 'filter9.adblockplus.org', ip => '10.8.0.135'},
50 {host => 'filter10.adblockplus.org', ip => '10.8.0.136'}, 50 {host => 'filter10.adblockplus.org', ip => '10.8.0.136'},
51 {host => 'filter11.adblockplus.org', ip => '10.8.0.137'}, 51 {host => 'filter11.adblockplus.org', ip => '10.8.0.137'},
52 {host => 'filter12.adblockplus.org', ip => '10.8.0.138'}, 52 {host => 'filter12.adblockplus.org', ip => '10.8.0.138'},
53 {host => 'filter13.adblockplus.org', ip => '10.8.0.139'}, 53 {host => 'filter13.adblockplus.org', ip => '10.8.0.139'},
54 {host => 'filter14.adblockplus.org', ip => '10.8.0.140'}, 54 {host => 'filter14.adblockplus.org', ip => '10.8.0.140'},
55 {host => 'filter15.adblockplus.org', ip => '10.8.0.141'}, 55 {host => 'filter15.adblockplus.org', ip => '10.8.0.141'},
56 {host => 'filter16.adblockplus.org', ip => '10.8.0.142'}, 56 {host => 'filter16.adblockplus.org', ip => '10.8.0.142'},
57 {host => 'filter17.adblockplus.org', ip => '10.8.0.143'}, 57 {host => 'filter17.adblockplus.org', ip => '10.8.0.143'},
58 {host => 'filter18.adblockplus.org', ip => '10.8.0.144'}, 58 {host => 'filter18.adblockplus.org', ip => '10.8.0.144'},
59 {host => 'web2.adblockplus.org', ip => '10.8.0.145'},
59 ] 60 ]
60 61
61 hostentry { $hosts: } 62 hostentry { $hosts: }
62 } 63 }
OLDNEW
« no previous file with comments | « manifests/monitoringserver.pp ('k') | manifests/webserver.pp » ('j') | manifests/webserver.pp » ('J')

Powered by Google App Engine
This is Rietveld