| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # A namespace for sitescripts-related classes and named types, see | |
| 2 # http://hub.eyeo.com/issues/5944 for context and background information | |
| 3 class adblockplus::sitescripts { | |
| 4 | |
| 5 # http://hub.eyeo.com/issues/5944#note-9 | |
| 6 $repositories = hiera('adblockplus::sitescripts::repositories', {}) | |
| 7 ensure_resources('adblockplus::sitescripts::repository', $repositories) | |
| 8 | |
| 9 # http://hub.eyeo.com/issues/5979 | |
| 10 include sitescripts | |
| 11 } | |
| OLD | NEW |