foreman_maintain 0.8.11 → 0.8.12

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: a1545da34c13b7d23d4a987c73efd4e49e5b30823f7e9cf7fdc0124488f2e51f
4
- data.tar.gz: ceb981e4ef8fcfa635194b38b91eab356372f62d66b8d20cd47e1ca42b3140d9
3
+ metadata.gz: 9c9a418a40f35fbb5640c95451a095ff85dacd62a5ccceebb44880c86f6c09e1
4
+ data.tar.gz: 2877ff0137465290643cb62e54c86a5f4e44736c6e9632d244d9f38cc29d7ad7
5
5
  SHA512:
6
- metadata.gz: cbfe9d38c82fcdb7ee303fd2994e490174fbf7abb7ab454057f7d0118b18e77a3c6fe9633d1ef88d4846e515fb4a2f60060ffafc0ea92b10ee119b8a185f5292
7
- data.tar.gz: 5e966342075c528158d2581c3550ea2ea9df66f57a4cad96307d563f395a39b31f6a39bd5257959aa884d9a4749045b0286cd6e8bd07f902853c49557566275d
6
+ metadata.gz: ebee95a2e9219ccad559b1913689f0cb00a073835845383b8eca71506ad08f18b05713d1eeebcfd4c153e9d21a6a21d7786b1e0ef7fff1f98df3d40d16222e32
7
+ data.tar.gz: c64a012ebd1128aca4ae2a9ceef09b36ecc4648080c90ea96bde613532dbf3fcadb0567f26b6d77cea9ad28fe86b1e42ca3aeba0ac3bbbddef5c376f71b9865c
@@ -5,8 +5,7 @@ module Procedures::Content
5
5
  for_feature :pulpcore
6
6
 
7
7
  confine do
8
- # FIXME: remove this condition for the 6.10 upgrade scenario
9
- !feature(:instance).downstream
8
+ !check_min_version(foreman_plugin_name('katello'), '4.0')
10
9
  end
11
10
 
12
11
  param :skip_deb, 'Do not run debian options in installer.'
@@ -43,11 +43,8 @@ module ForemanMaintain::Scenarios
43
43
  end
44
44
 
45
45
  def compose
46
- # FIXME: remove this condition for the 6.10 upgrade scenario
47
- if Procedures::Content::Switchover.present?
48
- add_step(Procedures::Content::Switchover)
49
- add_step(Procedures::Foreman::ApipieCache)
50
- end
46
+ add_step_with_context(Procedures::Content::Switchover)
47
+ add_step(Procedures::Foreman::ApipieCache)
51
48
  end
52
49
  end
53
50
 
@@ -1,3 +1,3 @@
1
1
  module ForemanMaintain
2
- VERSION = '0.8.11'.freeze
2
+ VERSION = '0.8.12'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_maintain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.11
4
+ version: 0.8.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas