Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/web/manifests/server.pp

Issue 29481665: #1980 - Introduce puppet class adblockplus_web in webserver module (Closed)
Patch Set: Created July 6, 2017, 2:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld