And another missing update
[mirror/dsa-puppet.git] / modules / bacula / manifests / node.pp
index f105d5c..fbbfbd2 100644 (file)
@@ -26,7 +26,7 @@ define bacula::node() {
        }
 
        file { "/etc/bacula/storages-list.d/${name}.storage":
-               content => "$bacula::bacula_filestor_device-$client\n",
+               content => "$bacula::bacula_filestor_name-$client\n",
                mode    => '0440',
                group   => bacula,
                notify  => Exec['bacula-director reload']