projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a517ad4
)
Don't fail if no local exclusion file exists
author
Tollef Fog Heen
<tfheen@err.no>
Thu, 18 Jul 2013 08:19:11 +0000
(10:19 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Thu, 18 Jul 2013 08:19:11 +0000
(10:19 +0200)
modules/bacula/templates/bacula-dir.conf.erb
patch
|
blob
|
history
diff --git
a/modules/bacula/templates/bacula-dir.conf.erb
b/modules/bacula/templates/bacula-dir.conf.erb
index
26eb45e
..
cd8826c
100644
(file)
--- a/
modules/bacula/templates/bacula-dir.conf.erb
+++ b/
modules/bacula/templates/bacula-dir.conf.erb
@@
-65,7
+65,7
@@
FileSet {
File = /dev
File = /srv/chroot
File = /home/buildd/build-trees
- File = "\\|grep -s -v ^# /etc/bacula/local-exclude"
+ File = "\\|grep -s -v ^# /etc/bacula/local-exclude
|| true
"
}
}