foreman_remote_execution 2.0.6 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/extra/cockpit/foreman-cockpit-session +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe8a303a493e8d99bf73c055991f4ffb6c3e4fafaaf88580f24f3ef824a04da0
|
4
|
+
data.tar.gz: bf62576f589376f90a4036b6005e090d3d4cd03f598d82ff68c99a22a39892b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e44a9d6552271be4fabbf09e8aa0fcc83ba5618b490f9440aca7b4ccb00ba3fcaea397dabc52c49a3b0bd704bb5191874233328ad11218afec995b92c316441
|
7
|
+
data.tar.gz: fe4a2f1c5bb002d79b986e2e21ed6b4d5a195f64e587ee954062c77ce8c892bfeaa8fe89bfc0a5ce6aa3029d3ef5c48f14b5f258c1fe9f76be8e526ab7949fdf
|
@@ -26,7 +26,7 @@ end
|
|
26
26
|
|
27
27
|
def read_settings
|
28
28
|
settings_path = ENV["FOREMAN_COCKPIT_SETTINGS"] || "/etc/foreman-cockpit/settings.yml"
|
29
|
-
settings = YAML.safe_load(File.read(settings_path))
|
29
|
+
settings = YAML.safe_load(File.read(settings_path), [Symbol])
|
30
30
|
LOG.level = Logger.const_get(settings.fetch(:log_level, "INFO"))
|
31
31
|
LOG.info("Running foreman-cockpit-session with settings from #{settings_path}:\n#{settings.inspect}")
|
32
32
|
settings
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_remote_execution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Foreman Remote Execution team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: deface
|