foreman_maintain 0.7.6 → 0.7.7
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/mongo.rb +3 -3
- data/lib/foreman_maintain/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2730a865433069746a18277ed6e484f907ee072cbed797a23cb24b079efeca9c
|
|
4
|
+
data.tar.gz: 8801e1447e2da1fb1aa170747e6cdc709aa5ea3280b2094fcf408e0cdc224488
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3029fe3bc2144203923d9486bdbbb5d8be88babb17516af46c29a81f5faad416b5a1a0468ef9b0c3f8a998c93efddc793d0eb65a882f1c866c77d1ed19359de
|
|
7
|
+
data.tar.gz: 8a9f559d07c20a301ebbb3816fa42c49101ee0a4af5cbf7c1123753dc57c9053d86f28ed79862a1f77851c6b9b894c85b03ac72dde63121d53a1228a982f8183
|
|
@@ -141,13 +141,13 @@ class Features::Mongo < ForemanMaintain::Feature
|
|
|
141
141
|
end
|
|
142
142
|
|
|
143
143
|
def mongo_cmd_available?
|
|
144
|
-
exit_status, _output = execute_with_status(
|
|
144
|
+
exit_status, _output = execute_with_status('which mongo')
|
|
145
145
|
exit_status == 0
|
|
146
146
|
end
|
|
147
147
|
|
|
148
148
|
def raise_mongo_client_missing_error
|
|
149
|
-
raise ForemanMaintain::Error::Fail,
|
|
150
|
-
|
|
149
|
+
raise ForemanMaintain::Error::Fail, 'The mongo command not found.'\
|
|
150
|
+
' Make sure system has mongo utility installed.'
|
|
151
151
|
end
|
|
152
152
|
|
|
153
153
|
private
|
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.7.
|
|
4
|
+
version: 0.7.7
|
|
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-03-
|
|
11
|
+
date: 2021-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: clamp
|
|
@@ -418,7 +418,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
418
418
|
- !ruby/object:Gem::Version
|
|
419
419
|
version: '0'
|
|
420
420
|
requirements: []
|
|
421
|
-
rubygems_version: 3.0.
|
|
421
|
+
rubygems_version: 3.0.8
|
|
422
422
|
signing_key:
|
|
423
423
|
specification_version: 4
|
|
424
424
|
summary: Foreman maintenance tool belt
|