Stop special casing godard in postgres::backup_source
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index 3b1e058..b406d0d 100644 (file)
@@ -15,10 +15,4 @@ class postgres::backup_source {
   }
 
   ssh::keygen {'postgres': }
-
-
-  if $::hostname in [godard] {
-    postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}":
-    }
-  }
 }