Stop doing catalog backups
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index 8f549d5..3c01e58 100644 (file)
@@ -60,14 +60,6 @@ class bacula::storage inherits bacula {
     notify  => Exec['bacula-sd restart-when-idle']
   }
 
-  file { "${bacula::bacula_backup_path}/Catalog":
-    ensure => directory,
-    mode   => '0755',
-    owner  => bacula,
-    group  => bacula,
-    ;
-  }
-
   package { 'python3-psycopg2': ensure => installed }
   file { '/usr/local/bin/bacula-unlink-removed-volumes':
     source => 'puppet:///modules/bacula/bacula-unlink-removed-volumes',