Skip to content

Commit

Permalink
Fixes #26872 - Adds postgres config file to backup
Browse files Browse the repository at this point in the history
(cherry picked from commit 632c332)
  • Loading branch information
John Mitsch authored and mbacovsky committed Jun 10, 2019
1 parent 7b07d75 commit 9714e4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions definitions/features/foreman_database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ def configuration
@configuration || load_configuration
end

def config_files
[
'/var/lib/pgsql/data/postgresql.conf'
]
end

def services
[
system_service('postgresql', 10, :component => 'foreman',
Expand Down

0 comments on commit 9714e4a

Please sign in to comment.