From ca71ff1a98c5d6567b8bb721171356ca27828d29 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 21 Sep 2012 22:56:47 +0200 Subject: [PATCH] Fix up path to template --- modules/bacula/manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index c445b43c1..be27ccf9c 100644 --- 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, -- 2.20.1