foreman_maintain 0.3.4 → 0.3.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/foreman_database.rb +6 -0
- 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: d36590d391f74ac792d5b98687d8bc37be65e5246d23bbe18db254aab8b3ff84
|
4
|
+
data.tar.gz: 655758403bc745f75649ac19d34b0becd9685bdc05241d22f0abe665b88ff78f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb806660f50454b55cbea0be8657e43018939ec36912fd65dfb77b6b68774df8f013eca8a80ef8bab3cd79d491d3fd80674a092f96a57cbef4fdcab565360dff
|
7
|
+
data.tar.gz: 182015c3209cbe3b4c1864a43143459f510c5fd4f8a4d07f2f87a9a72c555de15cccad00c591ddec9df26bfe02f393af868d9400d26c1d8c3afc5d088aae4e7a
|
@@ -15,6 +15,12 @@ class Features::ForemanDatabase < ForemanMaintain::Feature
|
|
15
15
|
@configuration || load_configuration
|
16
16
|
end
|
17
17
|
|
18
|
+
def config_files
|
19
|
+
[
|
20
|
+
'/var/lib/pgsql/data/postgresql.conf'
|
21
|
+
]
|
22
|
+
end
|
23
|
+
|
18
24
|
def services
|
19
25
|
[
|
20
26
|
system_service('postgresql', 10, :component => 'foreman',
|
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.3.
|
4
|
+
version: 0.3.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: 2019-06-
|
11
|
+
date: 2019-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: clamp
|
@@ -329,7 +329,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
329
329
|
version: '0'
|
330
330
|
requirements: []
|
331
331
|
rubyforge_project:
|
332
|
-
rubygems_version: 2.7.
|
332
|
+
rubygems_version: 2.7.9
|
333
333
|
signing_key:
|
334
334
|
specification_version: 4
|
335
335
|
summary: Foreman maintenance tool belt
|