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

Side by Side Diff: modules/adblockplus/manifests/host/downloadserver.pp

Issue 29363786: Issue 4663 - Realize server16 known_hosts record in downloadserver role (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | 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
(Empty)
1 # == Type: adblockplus::host::downloadserver
2 #
3 # Resource definitions for any host recognized, included automatically with type
4 # adblockplus::host if the current node's $::role is 'downloadserver'.
5 #
6 define adblockplus::host::downloadserver {
7
8 # Unfortunately one cannot use a role here, as the resources on server16 are
9 # not part of the configuration-management controlled services yet
10 if $title == 'server16' {
11
12 # https://issues.adblockplus.org/ticket/4663
13 realize(Sshkey[$title])
14 }
15 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld