sysprep: remove some Pegasus files, like certs (RHBZ#1041552).

This commit is contained in:
Pino Toscano
2013-12-13 11:04:30 +01:00
parent 3ae829d752
commit 30936f499e

View File

@@ -91,6 +91,13 @@ let globs = List.sort compare [
(* log file of ntp *)
"/var/log/ntpstats/*";
(* Pegasus certificates and other files *)
"/etc/Pegasus/*.cnf";
"/etc/Pegasus/*.crt";
"/etc/Pegasus/*.csr";
"/etc/Pegasus/*.pem";
"/etc/Pegasus/*.srl";
]
let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)