OLD | NEW |
(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 } |
OLD | NEW |