| Index: modules/web/manifests/server.pp |
| =================================================================== |
| --- a/modules/web/manifests/server.pp |
| +++ b/modules/web/manifests/server.pp |
| @@ -11,6 +11,7 @@ |
| ) { |
| include sitescripts |
| + include adblockplus::web |
| $pythonpath = 'PYTHONPATH=/opt/cms:/opt/sitescripts' |
| @@ -144,11 +145,6 @@ |
| environment => $pythonpath, |
| } |
| - file {'/var/www': |
| - ensure => directory, |
| - mode => '0755', |
| - } |
| - |
| file {[ |
| "/var/cache/$repository", |
| "/var/www/$vhost", |