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