Index: modules/nginx/manifests/init.pp |
=================================================================== |
--- a/modules/nginx/manifests/init.pp |
+++ b/modules/nginx/manifests/init.pp |
@@ -15,17 +15,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.4.1-1~precise', |
+ ensure => '1.4.2-1~precise', |
require => Apt::Source['nginx'] |
} |
File { |
owner => root, |
group => root, |
mode => 0644, |
} |