foreman_maintain 0.8.4 → 0.8.5
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 +4 -4
- data/definitions/features/pulpcore.rb +1 -1
- data/lib/foreman_maintain/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: 5c961417668133724589df5452c1bb9e5f4d3d04cb36139ec0d5fc4a94773b04
|
|
4
|
+
data.tar.gz: 3240138af77afb6823bff83bf03522c8f36cfe79d710b2990531814a031b2725
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d53a5163a9b49adaab3798a3b0fb859a91cb2d071879b3dd31f8c2ea4d42910a17184bc7d33f32344575140672ee16cd761ad5cef8724cc6de55763a6ce3b50
|
|
7
|
+
data.tar.gz: 8513c3328ba7e6626b8ac90ff645a95577c653189ed4222472b036185c9a3d4229d3ff597e249b9355e3e9bec839c4cb8dc532fcf2c04fbcbdb6eb77b9a746ef
|
|
@@ -41,7 +41,7 @@ class Features::Pulpcore < ForemanMaintain::Feature
|
|
|
41
41
|
common_services + pulpcore_resource_manager_service
|
|
42
42
|
end
|
|
43
43
|
|
|
44
|
-
def pulpcore_resource_manager_service
|
|
44
|
+
def self.pulpcore_resource_manager_service
|
|
45
45
|
# The pulpcore_resource_manager is only required on 3.14+
|
|
46
46
|
# if the old tasking system is being used
|
|
47
47
|
# The foreman-installer does not create unit file for this service,
|
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: 0.8.
|
|
4
|
+
version: 0.8.5
|
|
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: 2021-07-
|
|
11
|
+
date: 2021-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: clamp
|