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

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

Issue 29329427: Issue 3242 - Upgrade to Discourse 1.4.2 (Closed)
Patch Set: Created Oct. 28, 2015, 11:14 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/discourse/manifests/init.pp
===================================================================
--- a/modules/discourse/manifests/init.pp
+++ b/modules/discourse/manifests/init.pp
@@ -136,17 +136,17 @@ class discourse(
file {'/opt/discourse/config/version.rb':
ensure => present,
owner => discourse,
group => www-data,
# This is hardcoded here so that Discourse doesn't try to extract it from
# the repository. Ideally, we should update it when updating Discourse.
- content => '$git_version = "8a3a02421a39f53b6adf3ca9a6fdba73f42bc932"',
+ content => '$git_version = "a324c71869cad20a40f7979354cd731041878276"',
require => Exec['fetch-discourse'],
before => Exec['init-discourse'],
}
exec {'init-discourse':
command => 'rvm default do /usr/local/bin/init-discourse',
tag => 'rvm',
subscribe => File['/usr/local/bin/init-discourse'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld