| Index: modules/adblockplus/manifests/abpssembly.pp |
| diff --git a/modules/adblockplus/manifests/abpssembly.pp b/modules/adblockplus/manifests/abpssembly.pp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5f74a3d97d634ded0591c062bf0476280a63dfaf |
| --- /dev/null |
| +++ b/modules/adblockplus/manifests/abpssembly.pp |
| @@ -0,0 +1,10 @@ |
| +# Manage the setup of abpssembly, a fork of sitescripts specific to the |
| +# Adblock Plus extension builds and similar. |
| +class adblockplus::abpssembly { |
| + |
| + # http://hub.eyeo.com/issues/5876 |
| + include nodejs |
| + |
| + # http://hub.eyeo.com/issues/5944 |
| + ensure_resource('adblockplus::sitescripts::repository', 'abpssembly') |
| +} |