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

Side by Side Diff: manifests/vagrant.pp

Issue 11327035: Add server19 and server20 as filter servers (Closed)
Patch Set: Created Aug. 1, 2013, 7:50 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/monitoringserver.pp ('k') | no next file » | 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 16 matching lines...) Expand all
27 {host => 'server_8.adblockplus.org', ip => '10.8.0.103'}, 27 {host => 'server_8.adblockplus.org', ip => '10.8.0.103'},
28 {host => 'server_9.adblockplus.org', ip => '10.8.0.104'}, 28 {host => 'server_9.adblockplus.org', ip => '10.8.0.104'},
29 {host => 'server_10.adblockplus.org', ip => '10.8.0.105'}, 29 {host => 'server_10.adblockplus.org', ip => '10.8.0.105'},
30 {host => 'server_11.adblockplus.org', ip => '10.8.0.106'}, 30 {host => 'server_11.adblockplus.org', ip => '10.8.0.106'},
31 {host => 'server_12.adblockplus.org', ip => '10.8.0.107'}, 31 {host => 'server_12.adblockplus.org', ip => '10.8.0.107'},
32 {host => 'server_13.adblockplus.org', ip => '10.8.0.108'}, 32 {host => 'server_13.adblockplus.org', ip => '10.8.0.108'},
33 {host => 'server_14.adblockplus.org', ip => '10.8.0.109'}, 33 {host => 'server_14.adblockplus.org', ip => '10.8.0.109'},
34 {host => 'server_15.adblockplus.org', ip => '10.8.0.110'}, 34 {host => 'server_15.adblockplus.org', ip => '10.8.0.110'},
35 {host => 'server_17.adblockplus.org', ip => '10.8.0.112'}, 35 {host => 'server_17.adblockplus.org', ip => '10.8.0.112'},
36 {host => 'server_18.adblockplus.org', ip => '10.8.0.113'}, 36 {host => 'server_18.adblockplus.org', ip => '10.8.0.113'},
37 {host => 'server_19.adblockplus.org', ip => '10.8.0.114'},
38 {host => 'server_20.adblockplus.org', ip => '10.8.0.115'},
37 ] 39 ]
38 40
39 hostentry { $hosts: } 41 hostentry { $hosts: }
40 } 42 }
OLDNEW
« no previous file with comments | « manifests/monitoringserver.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld