| Index: modules/nginx/manifests/init.pp |
| =================================================================== |
| --- a/modules/nginx/manifests/init.pp |
| +++ b/modules/nginx/manifests/init.pp |
| @@ -2,17 +2,17 @@ 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 { |
| apt::source {'nginx': |
| location => "http://nginx.org/packages/ubuntu", |
| repos => "nginx", |
| - key => "ABF5BD827BD9BF62", |
| + key => "7BD9BF62", |
| key_source => "http://nginx.org/keys/nginx_signing.key" |
| } |
| # Ensures that nginx is not installed from the Ubuntu sources |
| package {'nginx-common': |
| ensure => purged, |
| before => Package['nginx'] |
| } |