| 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 |