]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
cleanups that break things, my favorite kind
authorPeter Palfrader <peter@palfrader.org>
Fri, 24 Aug 2012 13:55:48 +0000 (15:55 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 24 Aug 2012 13:55:48 +0000 (15:55 +0200)
modules/bacula/templates/bacula-dir.conf.erb

index fe2d5ee2a4e9ea35b57ace16d068adb9b4e9bb34..50e3f32386a06f7d7de5aacd3107fd12eab541a4 100644 (file)
@@ -171,7 +171,7 @@ Job {
   Type = Restore
   Client = <%=bacula_director_address%>-fd
   FileSet = "Standard Set"
-  Pool = full-<%=bacula_pool_name%>-<%=bacula_director_address%>
+  Pool = poolfull-<%=bacula_pool_name%>-<%=bacula_director_address%>
   Messages = Standard
   Where = /var/tmp/bacula-restores
 }