]> git.pld-linux.org Git - packages/etckeeper.git/blob - update-ignore.patch
ignore chef encrypted data bag secret
[packages/etckeeper.git] / update-ignore.patch
1 --- etckeeper-1.10/update-ignore.d/01update-ignore      2013-11-03 18:15:25.000000000 +0200
2 +++ etckeeper-1.10/update-ignore.d/01update-ignore      2013-11-14 15:28:19.322632177 +0200
3 @@ -103,11 +103,10 @@
4         
5         comment "old versions of files"
6         ignore "*.old"
7 -       # Not currently ignored as admins tend to rely on these files.
8 -       #ignore "passwd-"
9 -       #ignore "group-"
10 -       #ignore "shadow-"
11 -       #ignore "gshadow-"
12 +       ignore "passwd-"
13 +       ignore "group-"
14 +       ignore "shadow-"
15 +       ignore "gshadow-"
16         nl
17  
18         comment "mount(8) records system state here, no need to store these"
19 @@ -146,11 +145,67 @@
20         ignore "cups/subscriptions.conf.O"
21         ignore "fake-hwclock.data"
22         nl
23 +
24 +       comment "PLD Linux addons"
25 +       comment "ca-certificates: ca-certificates.crt is autogenerated"
26 +       ignore "certs/ca-certificates.crt"
27 +
28 +       comment "bash-completion"
29 +       ignore "bash_completion.d/*"
30 +       ignore "bash_completion"
31 +
32 +       comment "openldap"
33 +       ignore "ldap.secret"
34 +
35 +       comment "postfix"
36 +       ignore "mail/*.db"
37 +
38 +       comment "rc-scripts binary locales"
39 +       ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
40 +
41 +       comment "rc-scripts"
42 +       ignore "rc.d/init.d/*"
43 +       ignore "rc.d/rc?.d/[SK]*"
44 +       ignore "rc.d/rc.init"
45 +       ignore "rc.d/rc.local"
46 +       ignore "rc.d/rc.shutdown"
47 +       ignore "rc.d/rc.sysinit"
48 +
49 +       comment "zsh compiled"
50 +       ignore "*.zwc"
51 +
52 +       comment "sshd keys"
53 +       ignore "ssh/ssh_*_key*"
54 +
55 +       comment "bacula passwords"
56 +       ignore "bacula/*-password"
57 +
58 +       comment "chef secret"
59 +       ignore "chef/encrypted_data_bag_secret"
60 +
61 +       comment "visudo tmp"
62 +       ignore "sudoers.tmp"
63 +
64 +       comment "ssh-blacklists"
65 +       ignore "ssh/blacklist.DSA-1024"
66 +       ignore "ssh/blacklist.DSA-2048"
67 +       ignore "ssh/blacklist.RSA-1024"
68 +       ignore "ssh/blacklist.RSA-2048"
69 +       ignore "ssh/blacklist.RSA-4096"
70 +
71 +       comment "CVS version conflicts"
72 +       ignore ".#*.*.*"
73 +
74 +       comment "vigr backups"
75 +       ignore "group.vigr*"
76 +       ignore "passwd.vipw*"
77         
78         comment "editor temp files"
79         ignore "*~"
80         ignore ".*.sw?"
81         ignore ".sw?"
82 +       ignore ".bak"
83 +       ignore ".BAK"
84         ignore "#*#"
85         ignore DEADJOE
86  
This page took 0.049568 seconds and 3 git commands to generate.