Excluded /etc/puppet/modules/*

We already have our puppet modules in git, so it is likely safe we can
exclude them from backups.

Change-Id: Ib97d77c506bb2412e543e38eda71db301dee7526
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-08 14:13:16 -05:00
parent 9ca0aab3ea
commit 78bd720573
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@
/var/agentx/*
/run/*
/root/backup-restore-*
/etc/puppet/modules/*