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

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

Issue 29497628: #1255 - Move issuetracker configuration from nodes.pp to hiera (Closed)
Patch Set: For comment 2 Created July 25, 2017, 6:41 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 | « modules/adblockplus/manifests/legacy/issueserver.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 --- 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 public_key: *vagrant_box_jessie 57 public_key: *vagrant_box_jessie
58 groups: [http-servers] 58 groups: [http-servers]
59 eyeoforum1: 59 eyeoforum1:
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 role: issueserver
67 os: "debian-jessie" 68 os: "debian-jessie"
68 public_key: *vagrant_box_jessie 69 public_key: *vagrant_box_jessie
69 groups: [http-servers] 70 groups: [http-servers]
70 update1: 71 update1:
71 ips: [10.8.0.128] 72 ips: [10.8.0.128]
72 role: updateserver 73 role: updateserver
73 os: "debian-jessie" 74 os: "debian-jessie"
74 public_key: *vagrant_box_jessie 75 public_key: *vagrant_box_jessie
75 groups: [http-servers] 76 groups: [http-servers]
76 eyeo-com-1: 77 eyeo-com-1:
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 os: "debian-jessie" 162 os: "debian-jessie"
162 public_key: *vagrant_box_jessie 163 public_key: *vagrant_box_jessie
163 groups: [http-servers] 164 groups: [http-servers]
164 redirect-1: 165 redirect-1:
165 ips: [10.8.0.225] 166 ips: [10.8.0.225]
166 role: web/redirect/eyeo 167 role: web/redirect/eyeo
167 os: "debian-jessie" 168 os: "debian-jessie"
168 public_key: *vagrant_box_jessie 169 public_key: *vagrant_box_jessie
169 groups: [http-servers] 170 groups: [http-servers]
170 171
OLDNEW
« no previous file with comments | « modules/adblockplus/manifests/legacy/issueserver.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld