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

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

Issue 11166107: Set up notification server (Closed)
Patch Set: Created July 22, 2013, 10:11 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
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,
}

Powered by Google App Engine
This is Rietveld