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

Side by Side Diff: manifests/vagrant.pp

Issue 11705024: Added new notification servers (Closed)
Patch Set: Fixed typos Created Sept. 19, 2013, 12:42 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
« no previous file with comments | « manifests/notificationserver.pp ('k') | modules/notificationserver/manifests/init.pp » ('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 22 matching lines...) Expand all
33 {host => 'server_12.adblockplus.org', ip => '10.8.0.107'}, 33 {host => 'server_12.adblockplus.org', ip => '10.8.0.107'},
34 {host => 'server_13.adblockplus.org', ip => '10.8.0.108'}, 34 {host => 'server_13.adblockplus.org', ip => '10.8.0.108'},
35 {host => 'server_14.adblockplus.org', ip => '10.8.0.109'}, 35 {host => 'server_14.adblockplus.org', ip => '10.8.0.109'},
36 {host => 'server_15.adblockplus.org', ip => '10.8.0.110'}, 36 {host => 'server_15.adblockplus.org', ip => '10.8.0.110'},
37 {host => 'server_17.adblockplus.org', ip => '10.8.0.112'}, 37 {host => 'server_17.adblockplus.org', ip => '10.8.0.112'},
38 {host => 'server_18.adblockplus.org', ip => '10.8.0.113'}, 38 {host => 'server_18.adblockplus.org', ip => '10.8.0.113'},
39 {host => 'server_19.adblockplus.org', ip => '10.8.0.114'}, 39 {host => 'server_19.adblockplus.org', ip => '10.8.0.114'},
40 {host => 'server_20.adblockplus.org', ip => '10.8.0.115'}, 40 {host => 'server_20.adblockplus.org', ip => '10.8.0.115'},
41 {host => 'server_21.adblockplus.org', ip => '10.8.0.116'}, 41 {host => 'server_21.adblockplus.org', ip => '10.8.0.116'},
42 {host => 'server_22.adblockplus.org', ip => '10.8.0.117'}, 42 {host => 'server_22.adblockplus.org', ip => '10.8.0.117'},
43 {host => 'notification1.adblockplus.org', ip => '10.8.0.118'},
44 {host => 'notification2.adblockplus.org', ip => '10.8.0.119'},
43 ] 45 ]
44 46
45 hostentry { $hosts: } 47 hostentry { $hosts: }
46 } 48 }
OLDNEW
« no previous file with comments | « manifests/notificationserver.pp ('k') | modules/notificationserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld