| Index: modules/adblockplus/manifests/build/server.pp |
| diff --git a/modules/adblockplus/manifests/build/server.pp b/modules/adblockplus/manifests/build/server.pp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c9389cfece712896cb31da37357b26619349f973 |
| --- /dev/null |
| +++ b/modules/adblockplus/manifests/build/server.pp |
| @@ -0,0 +1,10 @@ |
| +# A prototype for importing the legacy resources associated with Adblock Plus |
| +# builds (esp. browser extensions), see http://hub.eyeo.com/issues/3553 -- |
| +class adblockplus::build::server { |
| + |
| + # Order is important here! One can customize the abpssembly repository via |
| + # Hiera when including adblockplus::sitescripts, which would conflict with |
| + # the implicit defaults when including class adblockplus::abpssembly. |
| + include adblockplus::sitescripts |
| + include adblockplus::abpssembly |
| +} |