provisionator 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/provisionator/ec2_userdata.rb +8 -0
- data/lib/provisionator/version.rb +1 -1
- metadata +3 -3
@@ -41,6 +41,14 @@ exec > >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1
|
|
41
41
|
<% end %>
|
42
42
|
<% end %>
|
43
43
|
|
44
|
+
echo "export LANGUAGE=en_US.UTF-8" > /tmp/locale
|
45
|
+
echo "export LANG=en_US.UTF-8" >> /tmp/locale
|
46
|
+
echo "export LC_ALL=en_US.UTF-8" >> /tmp/locale
|
47
|
+
cat /etc/bash.bashrc >> /tmp/locale
|
48
|
+
grep "export LANGUAGE=en_US.UTF-8" /etc/bash.bashrc || cp /tmp/locale /etc/bash.bashrc
|
49
|
+
locale-gen en_US.UTF-8
|
50
|
+
dpkg-reconfigure locales
|
51
|
+
|
44
52
|
apt-get update
|
45
53
|
apt-get upgrade -y
|
46
54
|
ntpdate ntp.ubuntu.com
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: provisionator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
segments:
|
99
99
|
- 0
|
100
|
-
hash: -
|
100
|
+
hash: -2546556512167459433
|
101
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
102
102
|
none: false
|
103
103
|
requirements:
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
version: '0'
|
107
107
|
segments:
|
108
108
|
- 0
|
109
|
-
hash: -
|
109
|
+
hash: -2546556512167459433
|
110
110
|
requirements: []
|
111
111
|
rubyforge_project:
|
112
112
|
rubygems_version: 1.8.23
|