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

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

Issue 29366814: Noissue - Fix adblockplus::host $ensure = "absent" support (Closed)
Patch Set: Created Dec. 5, 2016, 10:49 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.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:
3 absent-example:
4 ensure: "absent"
f.lopez 2016/12/05 11:49:21 I don't see why the example is here IMO it should
mathias 2016/12/05 12:04:21 Well, the example serves two purposes: Being a smo
5
2 servers: 6 servers:
3 filter1: 7 filter1:
4 ip: [10.8.0.120] 8 ip: [10.8.0.120]
5 role: filterserver 9 role: filterserver
6 ssh_public_key: &vagrant_box 10 ssh_public_key: &vagrant_box
7 AAAAB3NzaC1yc2EAAAADAQABAAABAQDkXTOj2JwvwlDaHbaMrDuosuRuU5ZuKe1EHNJa67ZxkB 1a6Y1ObDxfYiYnvI5i9sQyUmmc5TrGAGGJs1BrriMaPayBaTSf3ymU2Rqxj3GZXuiioCxGV8I2R/aOhw vpbnVqZH5O99IuAZbrag5J/WhDWgWuk3gFrZxEwQmZW144tJH//I3b0oMAr3/arBViVeU52dHhKX9xdS tTzFpWKUav/NoKKrgB91QKwPx8U6ymuDoCQU7qyTBnAX1sYuSwEMJzVRqtmKLybR4Xp5A94EMbJsgVbq 4LrUrMo00FdLV0EGMmA2Kmd/9D+CuZXoD6/mWkzmaVfiUMKhrorM05voFp 11 AAAAB3NzaC1yc2EAAAADAQABAAABAQDkXTOj2JwvwlDaHbaMrDuosuRuU5ZuKe1EHNJa67ZxkB 1a6Y1ObDxfYiYnvI5i9sQyUmmc5TrGAGGJs1BrriMaPayBaTSf3ymU2Rqxj3GZXuiioCxGV8I2R/aOhw vpbnVqZH5O99IuAZbrag5J/WhDWgWuk3gFrZxEwQmZW144tJH//I3b0oMAr3/arBViVeU52dHhKX9xdS tTzFpWKUav/NoKKrgB91QKwPx8U6ymuDoCQU7qyTBnAX1sYuSwEMJzVRqtmKLybR4Xp5A94EMbJsgVbq 4LrUrMo00FdLV0EGMmA2Kmd/9D+CuZXoD6/mWkzmaVfiUMKhrorM05voFp
8 groups: [filter-servers] 12 groups: [filter-servers]
9 server4: 13 server4:
10 ip: [10.8.0.99] 14 ip: [10.8.0.99]
11 role: monitoringserver 15 role: monitoringserver
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 ssh_public_key: *vagrant_box 113 ssh_public_key: *vagrant_box
110 logprocessor1: 114 logprocessor1:
111 ip: [10.8.0.211] 115 ip: [10.8.0.211]
112 role: logprocessor 116 role: logprocessor
113 ssh_public_key: *vagrant_box 117 ssh_public_key: *vagrant_box
114 telemetry1: 118 telemetry1:
115 ip: [10.8.0.220] 119 ip: [10.8.0.220]
116 role: telemetryserver 120 role: telemetryserver
117 ssh_public_key: *vagrant_box 121 ssh_public_key: *vagrant_box
118 groups: [http-servers] 122 groups: [http-servers]
OLDNEW
« no previous file with comments | « modules/adblockplus/manifests/host.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld