OLD | NEW |
(Empty) | |
| 1 # A prototype for importing the legacy resources associated with Adblock Plus |
| 2 # builds (esp. browser extensions), see http://hub.eyeo.com/issues/3553 -- |
| 3 class adblockplus::build::server { |
| 4 |
| 5 # Order is important here! One can customize the abpssembly repository via |
| 6 # Hiera when including adblockplus::sitescripts, which would conflict with |
| 7 # the implicit defaults when including class adblockplus::abpssembly. |
| 8 include adblockplus::sitescripts |
| 9 include adblockplus::abpssembly |
| 10 } |
OLD | NEW |