From: Tollef Fog Heen <tfheen@err.no> Date: Fri, 21 Sep 2012 20:56:47 +0000 (+0200) Subject: Fix up path to template X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca71ff1a98c5d6567b8bb721171356ca27828d29;p=dsa-puppet.git Fix up path to template --- diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index c445b43c..be27ccf9 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,