smart_proxy_salt 2.1.3 → 2.1.4

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: d15fe2508ee99c58a798d2cf39d04dd6fc749cd8
4
- data.tar.gz: 78ebaa24b7338afd2a30526c8431bd52f81fa076
3
+ metadata.gz: 902cfa4cb65f7fb7ad39da9420a7551d0980fd3a
4
+ data.tar.gz: 59eb6881d468f5cdba5fd987024ee8097543cd20
5
5
  SHA512:
6
- metadata.gz: 32e445e92f05873b8a2bf12dfa75f2e36897ebef71bdefd72f93fde95732a1e358c067014822c158d108e2da2e391048842fa859dda3541e9b4959f756940ede
7
- data.tar.gz: 9a6051bf090fbec06ac024047cf44dc1ee58aaf3c2c7864d56a444fbada24a8fb8c2eec498978323f0033a440ce2050839890add632878e6f3ccf39012c4d365
6
+ metadata.gz: 176b7c1ab862163ca1bcbbe841eabd1b0294ade33a2e8d4ffc95924dbe5cc037d4652eda9bfb5686617499cda94f4ac5b67c946e92327c963e302168e9e3241b
7
+ data.tar.gz: f3b785ab1cf0916d0f68c4b015d0cf2ddd93dd82f4540dd7acabdf212181a68ca37f02c1ad80ef45c68984451b7a13f3ba8ad4df19762df24a86523bf3ca55fd
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  module Salt
3
- VERSION = '2.1.3'
3
+ VERSION = '2.1.4'
4
4
  end
5
5
  end
@@ -12,6 +12,8 @@ import yaml
12
12
  import os
13
13
  import sys
14
14
 
15
+ import traceback
16
+
15
17
  import salt.config
16
18
  import salt.runner
17
19
 
@@ -128,3 +130,4 @@ if __name__ == '__main__':
128
130
  release_lock()
129
131
  except:
130
132
  release_lock()
133
+ traceback.print_exc()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_salt
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Moll
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-25 00:00:00.000000000 Z
12
+ date: 2015-08-13 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: SaltStack Plug-In for Foreman's Smart Proxy
15
15
  email: foreman-dev@googlegroups.com
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  requirements: []
58
58
  rubyforge_project:
59
- rubygems_version: 2.2.2
59
+ rubygems_version: 2.4.5
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: SaltStack Plug-In for Foreman's Smart Proxy