foreman_maintain 1.2.0 → 1.2.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13b78fd54b466b89b84ea9fd8e69493d8ac61523c79938295136be8dabdd7829
|
|
4
|
+
data.tar.gz: 1df7cb582f57eacb585ed51b4f6099c01fc56628ff7c3044ef6010a56c35f7c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ee83538232ae29545f48e874dd9a0274174558af2e8210e4fae5cde679bcf286df4bd9f31ae13c37b611a85050bd68399b8f2e6b8d46c6a05b1c44131f33af7
|
|
7
|
+
data.tar.gz: cdb2ffd0f61b8d95394cfc3a02e39ea532afb43ebf65ac1f7ea7009a101408e43d9c0777c990f3b4841d29975bd766b89002e5927bec346161ab5b19d7da5260
|
|
@@ -21,7 +21,8 @@ module Procedures::Restore
|
|
|
21
21
|
# already ran since this is to be run on an existing system, which means installer checks
|
|
22
22
|
# has already been skipped
|
|
23
23
|
if feature(:foreman_proxy) &&
|
|
24
|
-
feature(:foreman_proxy).with_content?
|
|
24
|
+
feature(:foreman_proxy).with_content? &&
|
|
25
|
+
check_max_version('foreman-installer', '3.4')
|
|
25
26
|
installer << '--disable-system-checks '
|
|
26
27
|
end
|
|
27
28
|
installer
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_maintain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: clamp
|