smart_proxy_shellhooks 0.9.0 → 0.9.1

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
  SHA256:
3
- metadata.gz: e7faef63d8d0a8db4c365abea7761420044271b5ae6270a93bebf17c8f73a16b
4
- data.tar.gz: 121422165ad2c49933768aaf9c4e144e4051bc192375bdd51b2e5231c1e27c37
3
+ metadata.gz: 8fb140ee88a525e810ef2e989aaf54bed73747cdf3d4da434f23d3f82b5a9571
4
+ data.tar.gz: 489d0ee9b913e06470ad6c0e05d148fa9321ed27be115608756cca81f08d6678
5
5
  SHA512:
6
- metadata.gz: be08e44b8d1df0bfdcf100aa28a17d1031cf17bc74bcd7ea80e59f5b74881f82d480cd0a1940fcf0de585870806f77f50c7138cc556d9bfac39a00349e44f3ac
7
- data.tar.gz: 880807f7503a827d199b172cd61723f35cd7139a8a588ca7188692d94e9fee0dcf967316eb43d97114695f870e36dff4d3f3edc5e28a70eceac214f5f48e7e30
6
+ metadata.gz: f6c37f82b64fece7c8f576bdc17a16bdec36b08c28327abb7c42cff40c158d834acf6f97a5b800f8c7ac22f15ff3a33abbced4a3132652aa163d73e8b74f1dab
7
+ data.tar.gz: 7eb778176299851eaad9b27d06131317390c3107e4395e092a4cd3d87d482bd9d20f351af0992413316d4537d58806bc96038ed7bb910317eff9c93e4dac9b9d
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  module ShellHooks
3
- VERSION = '0.9.0'
3
+ VERSION = '0.9.1'
4
4
  end
5
5
  end
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  # always enable HTTPS only
3
- :enabled: https
3
+ #:enabled: https
4
+ :enabled: false
4
5
  # directory with executables
5
- :directory: /var/lib/foreman/shellhooks
6
+ :directory: /var/lib/foreman-proxy/shellhooks
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_shellhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Zapletal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-17 00:00:00.000000000 Z
11
+ date: 2021-01-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides easy integration with 3rd parties for Foreman
14
14
  email: lzap+spam@redhat.com