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: 5bf9227086619d4fb28185c0fdb796c7045b9f35ea52df8fc3d9aa1a45fbb85d
4
- data.tar.gz: 77281b4efd0cb3b2d1e6fed2badce28d183dcb7b16d65246987f57407eb92642
3
+ metadata.gz: 13b78fd54b466b89b84ea9fd8e69493d8ac61523c79938295136be8dabdd7829
4
+ data.tar.gz: 1df7cb582f57eacb585ed51b4f6099c01fc56628ff7c3044ef6010a56c35f7c2
5
5
  SHA512:
6
- metadata.gz: 3b2e771c53927fa0f637da5a5066eb1afecbfe7876b9a241a68dfc8300ac82f8835fa308a42742d7b2a126716bac825e37179ddd91695a529de0b64e5272e245
7
- data.tar.gz: 283f7004e4268f19cadc052dcd044273be28f96e786fd012bca57692276a3765eaded4848a596a66efdfe36d490870f6cfbbee07ccfa4c0dcdcf6362a9fda740
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
@@ -1,3 +1,3 @@
1
1
  module ForemanMaintain
2
- VERSION = '1.2.0'.freeze
2
+ VERSION = '1.2.1'.freeze
3
3
  end
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.0
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-01 00:00:00.000000000 Z
11
+ date: 2022-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clamp