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

Delta Between Two Patch Sets: modules/private-stub/hiera/hosts.yaml

Issue 29483575: #2007 - Create abp::legacy::webserver class for hiera compatibility (Closed)
Left Patch Set: Created July 8, 2017, 8:09 p.m.
Right Patch Set: For comment 9 and 10 Created July 12, 2017, 7:08 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « modules/adblockplus/manifests/legacy/webserver.pp ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 public_key: *vagrant_box_jessie 74 public_key: *vagrant_box_jessie
75 groups: [http-servers] 75 groups: [http-servers]
76 eyeo-com-1: 76 eyeo-com-1:
77 ips: [10.8.0.129] 77 ips: [10.8.0.129]
78 role: web/eyeo 78 role: web/eyeo
79 os: "debian-jessie" 79 os: "debian-jessie"
80 public_key: *vagrant_box_jessie 80 public_key: *vagrant_box_jessie
81 groups: [http-servers] 81 groups: [http-servers]
82 web2: 82 web2:
83 ips: [10.8.0.145] 83 ips: [10.8.0.145]
84 role: web/adblockplus
84 os: "debian-jessie" 85 os: "debian-jessie"
85 public_key: *vagrant_box_jessie 86 public_key: *vagrant_box_jessie
86 groups: [http-servers] 87 groups: [http-servers]
87 testpages-1: 88 testpages-1:
88 ips: [10.8.0.146] 89 ips: [10.8.0.146]
89 role: web/testpages 90 role: web/testpages
90 os: "debian-jessie" 91 os: "debian-jessie"
91 public_key: *vagrant_box_jessie 92 public_key: *vagrant_box_jessie
92 groups: [http-servers] 93 groups: [http-servers]
93 share-1: 94 share-1:
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 os: "debian-jessie" 161 os: "debian-jessie"
161 public_key: *vagrant_box_jessie 162 public_key: *vagrant_box_jessie
162 groups: [http-servers] 163 groups: [http-servers]
163 redirect-1: 164 redirect-1:
164 ips: [10.8.0.225] 165 ips: [10.8.0.225]
165 role: web/redirect/eyeo 166 role: web/redirect/eyeo
166 os: "debian-jessie" 167 os: "debian-jessie"
167 public_key: *vagrant_box_jessie 168 public_key: *vagrant_box_jessie
168 groups: [http-servers] 169 groups: [http-servers]
169 170
LEFTRIGHT

Powered by Google App Engine
This is Rietveld