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

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

Issue 5962684784705536: Issue 1176 - Don`t include the apt module from nginx (Closed)
Patch Set: Created Aug. 6, 2014, 7:03 a.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/nginx/manifests/init.pp
===================================================================
--- a/modules/nginx/manifests/init.pp
+++ b/modules/nginx/manifests/init.pp
@@ -1,16 +1,14 @@
class nginx (
$worker_processes = $nginx::params::worker_processes,
$worker_connections = $nginx::params::worker_connections,
$ssl_session_cache = $nginx::params::ssl_session_cache
) inherits nginx::params {
- include apt
-
apt::source {'nginx':
location => "http://nginx.org/packages/ubuntu",
repos => "nginx",
key => "ABF5BD827BD9BF62",
key_source => "http://nginx.org/keys/nginx_signing.key"
}
# Ensures that nginx is not installed from the Ubuntu sources
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld