smart_proxy_host_reports 0.0.2 → 0.0.3

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: 4d75790a3f3ea895fbabeec7f1d6e1be4249cce2d0c44a45cb92174bef171672
4
- data.tar.gz: ad41af14f14cfb24ac4b61beea435272f33074f15c93d93dd1dc4105e7953b10
3
+ metadata.gz: 31db56842815a4fb7e8993d34067184b5f5e4741e04deae9602fb35412f22908
4
+ data.tar.gz: 88716c3d354cc8577e3e38b4da9943e2e03a7a64e4d46b9e3c722cb3f548ae12
5
5
  SHA512:
6
- metadata.gz: 07ef81858839fc43ac44cc033603e285a8cf376a067d8a2d56a5e3097d953c40126022256df7e3fbfe0db07aac7af52adb185bd87fd26e4d259c38fe95530b5f
7
- data.tar.gz: c6e28499d135acd9bee5635e7daacf57cbbf6097030a8600883b170702c1114f8851753b54b8f43b99c4ed8b9a474444720152f5cc4430d4ac0c196be2b14a8b
6
+ metadata.gz: ce94b16ab66001a358f1f31fae1457a8f708f4adb69169cbc8c4fe05cb0c69fe639eb187478329eeb8765aabfcc5a9d1e6b13ea8c57c22367195256f690180eb
7
+ data.tar.gz: 9602d2e30cd2e156724144cc09c163fe765f8add6502455dc1824a723d549dbbe0351061fd8aa8c1b45a58f611924cc072f35b1693161376f494b6b423e56781
@@ -16,7 +16,7 @@ module Proxy::HostReports
16
16
 
17
17
  default_settings reported_proxy_hostname: "localhost",
18
18
  debug_payload: false,
19
- spool_dir: "/var/lib/foreman-proxy",
19
+ spool_dir: "/var/lib/foreman-proxy/host_reports",
20
20
  keep_reports: false
21
21
 
22
22
  http_rackup_path File.expand_path("host_reports_http_config.ru", File.expand_path("../", __FILE__))
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  module HostReports
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -8,7 +8,7 @@
8
8
  :debug_payload: false
9
9
 
10
10
  # Spool directory with processed reports
11
- :spool_dir: /var/foreman-proxy/host_reports
11
+ :spool_dir: /var/lib/foreman-proxy/host_reports
12
12
 
13
13
  # Keep sent reports in spool_dir/done directory
14
14
  # - when enabled, move files from the place on
@@ -19,4 +19,4 @@
19
19
  # Override hostnames of incoming reports
20
20
  #:override_hostname: report.example.com
21
21
  # Store input payloads in a directory
22
- #:incoming_save_dir: /var/foreman-proxy/host_reports/incoming
22
+ #:incoming_save_dir: /var/lib/foreman-proxy/host_reports/incoming
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_host_reports
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Zapletal