--- Bacula::Director::Pool[productionCodfw].orig
+++ Bacula::Director::Pool[productionCodfw]
+ autoprune => yes
+ volume_retention => 90 days
+ label_fmt => productionCodfw
+ catalog_files => yes
+ max_vols => 240
+ recycle => yes
+ storage => backup2009-FileStorageProduction
+ max_vol_bytes => 536870912000
Class[Profile::Backup::Director]
- Parameters differences:
--- Class[Profile::Backup::Director].orig
+++ Class[Profile::Backup::Director]
@@
- offsite_pool => offsite
+ offsite_pool => productionCodfw
- File[/etc/bacula/conf.d/pool-productionCodfw.conf]
- Parameters differences:
--- File[/etc/bacula/conf.d/pool-productionCodfw.conf].orig
+++ File[/etc/bacula/conf.d/pool-productionCodfw.conf]
+ mode => 0440
+ ensure => present
+ notify => Service[bacula-director]
+ group => bacula
+ owner => root
- Content differences:
--- /etc/bacula/conf.d/pool-productionCodfw.conf.orig
+++ /etc/bacula/conf.d/pool-productionCodfw.conf
@@ -0,0 +1,16 @@
+# This file has been autogenerated by puppet. Don't edit by hand
+
+Pool {
+ Name = productionCodfw
+ Pool Type = Backup
+ Maximum Volumes = 240
+ Maximum Volume Bytes = 536870912000
+ Storage = backup2009-FileStorageProduction
+ Label Format = "productionCodfw"
+ Volume Retention = 90 days
+ AutoPrune = yes
+ Recycle = yes
+ Catalog Files = yes
+ Recycle Oldest Volume = yes
+ # Cleaning Prefix = # used with tapes
+}
Relevant files