Drop bacula-sd-pgsql for really-real
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index 377ecbc..5ed32b9 100644 (file)
@@ -2,7 +2,6 @@ class bacula::storage inherits bacula {
 
   package {
     "bacula-sd": ensure => installed;
-    "bacula-sd-pgsql": ensure => installed;
   }
 
   service {
@@ -10,14 +9,13 @@ class bacula::storage inherits bacula {
       ensure => running,
       enable => true,
       hasstatus => true,
-      require => Package["bacula-sd-pgsql"];
+      ;
   }
   file {
     "/etc/bacula/bacula-sd.conf":
       content => template("bacula/bacula-sd.conf.erb"),
       mode => 640,
       group => bacula,
-      require => Package["bacula-sd-pgsql"],
       notify  => Exec["bacula-sd restart"]
       ;
   }