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

Unified Diff: modules/updateserver/manifests/init.pp

Issue 29481668: #1980 - Introduce puppet class adblockplus_web in updateserver module (Closed)
Patch Set: For comment 2 Created July 6, 2017, 2:45 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/updateserver/manifests/init.pp
===================================================================
--- a/modules/updateserver/manifests/init.pp
+++ b/modules/updateserver/manifests/init.pp
@@ -4,6 +4,9 @@
$private_key,
$is_default=false
) {
+
+ include adblockplus::web
+
class {'nginx':
worker_connections => 4000,
ssl_session_cache => off,
@@ -14,12 +17,6 @@
group => root
}
- file {'/var/www':
- ensure => directory,
- mode => '0755',
- require => Package['nginx']
- }
-
$update_dir = '/var/www/update'
file {$update_dir:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld