]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Fix up path to template
authorTollef Fog Heen <tfheen@err.no>
Fri, 21 Sep 2012 20:56:47 +0000 (22:56 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 21 Sep 2012 20:56:47 +0000 (22:56 +0200)
modules/bacula/manifests/client.pp

index c445b43c121990b8aa342d2dcf3386797debb0d1..be27ccf9c82f509500cd6f5fd441408166a8f78b 100644 (file)
@@ -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,