From: Tollef Fog Heen Date: Fri, 21 Sep 2012 20:56:47 +0000 (+0200) Subject: Fix up path to template X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ca71ff1a98c5d6567b8bb721171356ca27828d29;p=mirror%2Fdsa-puppet.git Fix up path to template --- 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,