| Index: modules/nginx/manifests/init.pp | 
| =================================================================== | 
| --- a/modules/nginx/manifests/init.pp | 
| +++ b/modules/nginx/manifests/init.pp | 
| @@ -13,17 +13,17 @@ class nginx ( | 
|  | 
| # Ensures that nginx is not installed from the Ubuntu sources | 
| package {'nginx-common': | 
| ensure => purged, | 
| before => Package['nginx'] | 
| } | 
|  | 
| package {'nginx': | 
| -    ensure => '1.6.2-1~precise', | 
| +    ensure => '1.6.3-1~precise', | 
| require => Apt::Source['nginx'] | 
| } | 
|  | 
| File { | 
| owner => root, | 
| group => root, | 
| mode => 0644, | 
| } | 
|  |