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:
0c709a0
)
Fix up path to template
author
Tollef Fog Heen
<tfheen@err.no>
Fri, 21 Sep 2012 20:56:47 +0000
(22:56 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Fri, 21 Sep 2012 20:56:47 +0000
(22:56 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
c445b43
..
be27ccf
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-38,7
+38,7
@@
class bacula::client inherits bacula {
notify => Service['bacula-fd'],
;
'/etc/apt/preferences.d/dsa-bacula-client':
- content => template('apt.preferences.bacula-client.erb'),
+ content => template('
bacula/
apt.preferences.bacula-client.erb'),
mode => '0444',
owner => root,
group => root,