Skip to content

Commit 83e36f5

Browse files
committed
set locale-related vars to en_US.UTF-8 [fixes rails#47]
1 parent e757ff7 commit 83e36f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

puppet/manifests/default.pp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,10 @@
149149
creates => "${home}/.rvm/bin/bundle",
150150
require => Exec['install_ruby']
151151
}
152+
153+
# --- Locale -------------------------------------------------------------------
154+
155+
# Needed for docs generation.
156+
exec { 'update-locale':
157+
command => 'update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8'
158+
}

0 commit comments

Comments
 (0)