| Index: modules/adblockplus/manifests/legacy.pp |
| diff --git a/modules/adblockplus/manifests/legacy.pp b/modules/adblockplus/manifests/legacy.pp |
| index 0d84df8f0864de029619a0570786141d15f1de0a..d51bc253e0a5bdea86b052a42ac6867c1d43752d 100644 |
| --- a/modules/adblockplus/manifests/legacy.pp |
| +++ b/modules/adblockplus/manifests/legacy.pp |
| @@ -4,4 +4,16 @@ |
| # adblockplus class. See http://hub.eyeo.com/issues/1541 for more information. |
| # |
| class adblockplus::legacy { |
| + |
| + # Formerly included with class statsclient |
| + user {'stats': |
| + ensure => 'absent', |
| + } |
| + |
| + # User resources cannot remove the associated $HOME directory |
| + file {'/home/stats': |
| + ensure => 'absent', |
| + force => true, |
| + recurse => true, |
| + } |
| } |