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

Side by Side Diff: modules/private-stub/hiera/hosts.yaml

Issue 29464559: #1538 - Remove class statsmaster and associated resources (Closed)
Patch Set: Created June 13, 2017, 9:43 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 | « modules/adblockplus/manifests/host/statsmaster.pp ('k') | modules/statsmaster/files/site.conf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 adblockplus::hosts: 2 adblockplus::hosts:
3 absent-example: 3 absent-example:
4 ensure: "absent" 4 ensure: "absent"
5 jessie0: 5 jessie0:
6 ips: [10.8.0.101] 6 ips: [10.8.0.101]
7 os: "debian-jessie" 7 os: "debian-jessie"
8 public_key: &vagrant_box_jessie 8 public_key: &vagrant_box_jessie
9 "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkXTOj2JwvwlDaHbaMrDuosuRuU5ZuKe1EH NJa67ZxkB1a6Y1ObDxfYiYnvI5i9sQyUmmc5TrGAGGJs1BrriMaPayBaTSf3ymU2Rqxj3GZXuiioCxGV 8I2R/aOhwvpbnVqZH5O99IuAZbrag5J/WhDWgWuk3gFrZxEwQmZW144tJH//I3b0oMAr3/arBViVeU52 dHhKX9xdStTzFpWKUav/NoKKrgB91QKwPx8U6ymuDoCQU7qyTBnAX1sYuSwEMJzVRqtmKLybR4Xp5A94 EMbJsgVbq4LrUrMo00FdLV0EGMmA2Kmd/9D+CuZXoD6/mWkzmaVfiUMKhrorM05voFp vagrant@cont rib-jessie" 9 "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkXTOj2JwvwlDaHbaMrDuosuRuU5ZuKe1EH NJa67ZxkB1a6Y1ObDxfYiYnvI5i9sQyUmmc5TrGAGGJs1BrriMaPayBaTSf3ymU2Rqxj3GZXuiioCxGV 8I2R/aOhwvpbnVqZH5O99IuAZbrag5J/WhDWgWuk3gFrZxEwQmZW144tJH//I3b0oMAr3/arBViVeU52 dHhKX9xdStTzFpWKUav/NoKKrgB91QKwPx8U6ymuDoCQU7qyTBnAX1sYuSwEMJzVRqtmKLybR4Xp5A94 EMbJsgVbq4LrUrMo00FdLV0EGMmA2Kmd/9D+CuZXoD6/mWkzmaVfiUMKhrorM05voFp vagrant@cont rib-jessie"
10 precise0: 10 precise0:
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ips: [10.8.0.107] 60 ips: [10.8.0.107]
61 role: forumserver 61 role: forumserver
62 os: "debian-jessie" 62 os: "debian-jessie"
63 public_key: *vagrant_box_jessie 63 public_key: *vagrant_box_jessie
64 groups: [http-servers] 64 groups: [http-servers]
65 issues1: 65 issues1:
66 ips: [10.8.0.131] 66 ips: [10.8.0.131]
67 os: "debian-jessie" 67 os: "debian-jessie"
68 public_key: *vagrant_box_jessie 68 public_key: *vagrant_box_jessie
69 groups: [http-servers] 69 groups: [http-servers]
70 stats1:
f.lopez 2017/06/13 09:47:35 Shouldn't this be absent?
mathias 2017/06/13 10:15:22 Nah, not in development. But in the production ver
71 ips: [10.8.0.130]
72 role: statsmaster
73 os: "debian-jessie"
74 public_key: *vagrant_box_jessie
75 groups: [http-servers]
76 update1: 70 update1:
77 ips: [10.8.0.128] 71 ips: [10.8.0.128]
78 role: updateserver 72 role: updateserver
79 os: "debian-jessie" 73 os: "debian-jessie"
80 public_key: *vagrant_box_jessie 74 public_key: *vagrant_box_jessie
81 groups: [http-servers] 75 groups: [http-servers]
82 web1: 76 web1:
83 ips: [10.8.0.129] 77 ips: [10.8.0.129]
84 role: web/eyeo 78 role: web/eyeo
85 os: "debian-jessie" 79 os: "debian-jessie"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 role: logprocessor 154 role: logprocessor
161 os: "debian-jessie" 155 os: "debian-jessie"
162 public_key: *vagrant_box_jessie 156 public_key: *vagrant_box_jessie
163 telemetry1: 157 telemetry1:
164 ips: [10.8.0.220] 158 ips: [10.8.0.220]
165 role: telemetryserver 159 role: telemetryserver
166 os: "debian-jessie" 160 os: "debian-jessie"
167 public_key: *vagrant_box_jessie 161 public_key: *vagrant_box_jessie
168 groups: [http-servers] 162 groups: [http-servers]
169 163
OLDNEW
« no previous file with comments | « modules/adblockplus/manifests/host/statsmaster.pp ('k') | modules/statsmaster/files/site.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld