escualo 3.1.2 → 3.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4236bfcf3487bbc6bd4c10915deb02a262254a5
4
- data.tar.gz: 676e74ee09a33612d525678e9f8e32d589b0bd88
3
+ metadata.gz: 48a66037bcf568b3953045c8c952277c701324cc
4
+ data.tar.gz: 9ed90b14f220632f3022aaa23518607e9bc6549e
5
5
  SHA512:
6
- metadata.gz: 1c774dc45ec19268bf0be08911c22bc61d5ca59e01c9bb2b929e1cd00babb10d405409114c9a67d1d27a32a3cb5f1996302b7e92a20d0fdad4c23552d7c98d02
7
- data.tar.gz: d444b066620e08ed682eb75fd88adca1bbb17edbdc670d24bbe1e0bd3cc9665669f4ef9037c3ffe68e8447bd8f74e74febff43187a01c6f78728a5368e55d2a0
6
+ metadata.gz: 028c6b910468aa7d5c2d9fca8d831436bb72d1d242e5d2c01916516b8a3c379b8ea43cde7093c3872fb29993777548034bec77eda3cd3d3981dc739a5f3a128c
7
+ data.tar.gz: 8d01bfa00fc51a47e1c2560de26e5172d7c0ffcee8fd017fccdde947b11566f24bd976b01a4b9d0c56fce477a24a3fb17a6529c62c24e7f1e1338c47aed6a93c
@@ -2,7 +2,8 @@ module Escualo::Plugin
2
2
  class Mongo
3
3
  def run(session, _options)
4
4
  Escualo::AptGet.install session, 'mongodb-org'
5
- session.tell_all! "echo '' >> /etc/init/mongodb.conf",
5
+ session.tell_all! "mkdir -p /data/db",
6
+ "echo '' >> /etc/init/mongodb.conf",
6
7
  "echo 'respawn' >> /etc/init/mongodb.conf"
7
8
  end
8
9
 
@@ -1,4 +1,4 @@
1
1
  module Escualo
2
- VERSION = '3.1.2'
2
+ VERSION = '3.1.3'
3
3
  BASE_VERSION = '3.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: escualo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli