Skip to content

Commit

Permalink
sysprep: remove RH subscription manager log files
Browse files Browse the repository at this point in the history
Part of RHBZ#1063374.
  • Loading branch information
ptoscano committed Feb 13, 2014
1 parent dcd5edd commit f78877c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sysprep/sysprep_operation_logfiles.ml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ let globs = List.sort compare [
"/etc/Pegasus/*.csr";
"/etc/Pegasus/*.pem";
"/etc/Pegasus/*.srl";

(* Red Hat subscription manager log files *)
"/var/log/rhsm/*";
]
let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)

Expand Down

0 comments on commit f78877c

Please sign in to comment.