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

Delta Between Two Patch Sets: modules/adblockplus/manifests/host/downloadserver.pp

Issue 29363786: Issue 4663 - Realize server16 known_hosts record in downloadserver role (Closed)
Left Patch Set: Created Nov. 22, 2016, 4:42 p.m.
Right Patch Set: Do not mention Nagios in class description (copy+paste error) Created Nov. 22, 2016, 4:47 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | 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
1 # == Type: adblockplus::host::downloadserver 1 # == Type: adblockplus::host::downloadserver
2 # 2 #
3 # Nagios definitions for any host recognized, included automatically with type 3 # Resource definitions for any host recognized, included automatically with type
4 # adblockplus::host if the current node's $::role is 'downloadserver'. 4 # adblockplus::host if the current node's $::role is 'downloadserver'.
5 # 5 #
6 define adblockplus::host::downloadserver { 6 define adblockplus::host::downloadserver {
7 7
8 # Unfortunately one cannot use a role here, as the resources on server16 are 8 # Unfortunately one cannot use a role here, as the resources on server16 are
9 # not part of the configuration-management controlled services yet 9 # not part of the configuration-management controlled services yet
10 if $title == 'server16' { 10 if $title == 'server16' {
11 11
12 # https://issues.adblockplus.org/ticket/4663 12 # https://issues.adblockplus.org/ticket/4663
13 realize(Sshkey[$title]) 13 realize(Sshkey[$title])
14 } 14 }
15 } 15 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld