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'], |