| OLD | NEW | 
|   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 25 matching lines...) Expand all  Loading... | 
|  36     {host => 'filter3.adblockplus.org', ip => '10.8.0.122'}, |  36     {host => 'filter3.adblockplus.org', ip => '10.8.0.122'}, | 
|  37     {host => 'filter4.adblockplus.org', ip => '10.8.0.123'}, |  37     {host => 'filter4.adblockplus.org', ip => '10.8.0.123'}, | 
|  38     {host => 'filter5.adblockplus.org', ip => '10.8.0.124'}, |  38     {host => 'filter5.adblockplus.org', ip => '10.8.0.124'}, | 
|  39     {host => 'filter6.adblockplus.org', ip => '10.8.0.125'}, |  39     {host => 'filter6.adblockplus.org', ip => '10.8.0.125'}, | 
|  40     {host => 'download1.adblockplus.org', ip => '10.8.0.126'}, |  40     {host => 'download1.adblockplus.org', ip => '10.8.0.126'}, | 
|  41     {host => 'filtermaster1.adblockplus.org', ip => '10.8.0.127'}, |  41     {host => 'filtermaster1.adblockplus.org', ip => '10.8.0.127'}, | 
|  42     {host => 'update1.adblockplus.org', ip => '10.8.0.128'}, |  42     {host => 'update1.adblockplus.org', ip => '10.8.0.128'}, | 
|  43     {host => 'web1.adblockplus.org', ip => '10.8.0.129'}, |  43     {host => 'web1.adblockplus.org', ip => '10.8.0.129'}, | 
|  44     {host => 'stats1.adblockplus.org', ip => '10.8.0.130'}, |  44     {host => 'stats1.adblockplus.org', ip => '10.8.0.130'}, | 
|  45     {host => 'issues1.adblockplus.org', ip => '10.8.0.131'}, |  45     {host => 'issues1.adblockplus.org', ip => '10.8.0.131'}, | 
 |  46     {host => 'codereview.adblockplus.org', ip => '10.8.0.132'}, | 
|  46   ] |  47   ] | 
|  47  |  48  | 
|  48   hostentry { $hosts: } |  49   hostentry { $hosts: } | 
|  49 } |  50 } | 
| OLD | NEW |