Skip to content

Commit

Permalink
Fixes #25535 - changed the config_files definition
Browse files Browse the repository at this point in the history
Before this patch, the entire /var/www/html/pub directory was
backed up. In some cases leading to a config_files.tar.gz of
10's og Gigs.
This change ensures that only files that begin with katello- are
added during this phase.
  • Loading branch information
abradshaw authored and kgaikwad committed Jun 16, 2020
1 parent 84c7549 commit 992b0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/features/foreman_server.rb
Expand Up @@ -28,7 +28,7 @@ def plugins
def config_files
[
'/etc/httpd',
'/var/www/html/pub',
'/var/www/html/pub/katello-*',
'/etc/squid',
'/etc/foreman',
'/etc/selinux/targeted/contexts/files/file_contexts.subs',
Expand Down

0 comments on commit 992b0a3

Please sign in to comment.