o2webappizer 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81c1ffab198f0938b4589a61b6db6b218094f04e
4
- data.tar.gz: a4095aa67db899864148c9f3a4761bca0b878735
3
+ metadata.gz: 212785d6361f29688f25bf75700f8b856c96f9fc
4
+ data.tar.gz: 5943ac3526e717d1a1397ecf899b510c1fbb0948
5
5
  SHA512:
6
- metadata.gz: 3b5a0fe0cd810342b901b5b2449f92ba42bfac1198aa38ab5830134297aeb8bd2f11db36c7facb480fc4c4aa673b3b7ae717280564e68ef2904b47189ce1df78
7
- data.tar.gz: da30ce620452488028f410681a67cd164107ebbb207f54b0cbf46524c85832ba45541f7a2c0d992fb12a04f36726af78c5e94dfe86006428cb2b0b080d6770bf
6
+ metadata.gz: 4efe0ef92475b09c2d850b8f05e32a216523c30557f05dd2e0b537bbcd0a6543c154b738a95a3386a3667c4c23884a8600a7ae6c739f14cfbe52e80b6c7da790
7
+ data.tar.gz: 43449cae08db1a9fd2ebc875a6cc02f4b9974171c4aace2f19cb8809bc92ec22232f80971aa71aeda03eea420521c4257044ed2c90fd5f752688ea1a33f045ca
@@ -1,5 +1,5 @@
1
1
  module O2webappizer
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.15"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
4
  RAILS_VERSION = "4.2"
5
5
  end
@@ -0,0 +1,7 @@
1
+ if sunzi.to_be_done "setup noatime"; then
2
+ sed -i -- 's/defaults/defaults,noatime/g' /etc/fstab
3
+
4
+ mount -o remount /
5
+
6
+ sunzi.done "setup noatime"
7
+ fi
@@ -15,6 +15,7 @@ source recipes/passenger.sh
15
15
  source recipes/user.sh
16
16
  source recipes/analysers.sh
17
17
  source recipes/logrotate.sh
18
+ source recipes/noatime.sh
18
19
 
19
20
  sunzi.elapsed_time $start
20
21
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: o2webappizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrice Lebel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-27 00:00:00.000000000 Z
11
+ date: 2016-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -139,6 +139,7 @@ files:
139
139
  - templates/config/sunzi/recipes/libraries.sh
140
140
  - templates/config/sunzi/recipes/logrotate.sh
141
141
  - templates/config/sunzi/recipes/mysql.sh
142
+ - templates/config/sunzi/recipes/noatime.sh
142
143
  - templates/config/sunzi/recipes/nodejs.sh
143
144
  - templates/config/sunzi/recipes/passenger.sh
144
145
  - templates/config/sunzi/recipes/postgres.sh