vpsb 1.1.2 → 1.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: c9c5c472bf1ca322fbdebe7051d4f0d6ee9a622f
4
- data.tar.gz: 6e3960046a3b21250d14db8b9f52e0ff0fadec2b
3
+ metadata.gz: f6428b16b13470eceff80929ec584740c1a97c9d
4
+ data.tar.gz: e9df5409fb02b745c0c3e59c0fea56421ae85dff
5
5
  SHA512:
6
- metadata.gz: bced6f0806a72f244ad1440c006663fafe7cf91ad4468a58adc9d674770cba74a22378329cd58eb2d0042328af6638a133d1dd4a03f787e39a9f93ecf5d263c5
7
- data.tar.gz: c61fa2cdf327c6b132b08cc1859d60e74a008a940f6b7787110aa62e5d0eac9b4f6a5bed9fb3307fd6fccf88298c1361d2d8b64b442f79a7c3514b53f75b133b
6
+ metadata.gz: fd8b5106f3a0bf54daeac9793e4990607d74116ca9df621dd85f9e1a6d56f1b2b06a416b8dc5c425419b32f84ec8ec169fc34e02004485105bb872f2b934990b
7
+ data.tar.gz: ed4e38e03c1fa18d3e75dd2505da174afd2107ada65a8b3940abc9dca97f6eafd228875e602e242ab72a73872d0bdfdb10312c43192b43b3f71e6dd417e99b4c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vpsb (1.1.2)
4
+ vpsb (1.1.3)
5
5
  activesupport (~> 4.0)
6
6
  awesome_print (~> 1.2)
7
7
  capistrano (~> 3.1.0)
@@ -14,7 +14,7 @@ module Vpsb
14
14
  db_postgres_bags.call if core.present?(:db_postgres_json)
15
15
  es_role.call if ask_to_confirm("Do you want configure elasticsearch")
16
16
  monit_role.call if ask_to_confirm("Do you want configure monit(newrelic)")
17
- packages_bags.call if ask_to_confirm("Do you want to install additional apt-get apps")
17
+ # packages_bags.call if ask_to_confirm("Do you want to install additional apt-get apps")
18
18
  node.call
19
19
  ask { puts "Now everything will be installed. It should take 10-15 minutes. Click ENTER to start" }
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module Vpsb
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vpsb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pawel Niemczyk
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-12 00:00:00.000000000 Z
12
+ date: 2014-06-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler