danarchy_deploy 0.2.2 → 0.2.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
  SHA256:
3
- metadata.gz: 67a6c37e98bde730eae9139b5014b661a2c6167f07fda928590500f6dde2b866
4
- data.tar.gz: 1852912a6eef96e8d12be9f8d10a5826e699390dfb6cd4174806a9ad9bd99914
3
+ metadata.gz: 9792fba2a8998890e49926fb51a20670a139b8f028f772eda429a4664b6090c9
4
+ data.tar.gz: 1dca75853aad2879cfe30bf7c8f15688c3fef4e81dbcb79b993afc5f8815645b
5
5
  SHA512:
6
- metadata.gz: 7699641bdb4808db5d35468a907789a3afe41af672acdb528b10f47312d3c203f84801a9528057ae049362794ea129e5558666ad5df7274b708585bce2b06127
7
- data.tar.gz: c81f6f69fd954c278fa0b08842b369d54d7080df73e3bd5bcb2dd51dfbaa95a0b6c933651de7ed6a7b30d52f9b9434c2ab280a3659863e8ad4e3bac403e42b71
6
+ metadata.gz: 0b95c8e2bfeb5d1356edb6dd330533228f5a2a3961ec5caa66c6925bd48f6ed02a0eaeb73ea91772cb129d9adabc90e7dfbe0a33d164371e75f80e6cb0486eb0
7
+ data.tar.gz: 8f6aba47acd3bb2c71c2b0d20dac76e0bf340055209cd0908c23b46980ea2c4c70b4bc5793f24be71508787ab303b568fa915cddba93c8241e5f66be9f675f9f
@@ -60,8 +60,8 @@ module DanarchyDeploy
60
60
 
61
61
  def self.generate_mongodb_conf
62
62
  if File.readlines('/etc/security/limits.conf').grep(/mongodb/).empty?
63
- entry = 'mongodb soft nofile 32000'
64
- entry += 'mongodb hard nofile 64000'
63
+ entry = 'mongodb soft nofile 32000\n'
64
+ entry += 'mongodb hard nofile 64000\n'
65
65
  File.open('/etc/security/limits.conf', 'a+') do |f|
66
66
  f.write entry
67
67
  end
@@ -1,3 +1,3 @@
1
1
  module DanarchyDeploy
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danarchy_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan James