From b570f73ebed6506c6456be45b1574b0e57f22990 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 15 Dec 2018 12:21:38 -0500 Subject: [PATCH 1/1] hcoop-kprop: remove This is handled by Puppet now, which generates individual crontab entries for each kdc replica. --- hcoop-kprop | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 hcoop-kprop diff --git a/hcoop-kprop b/hcoop-kprop deleted file mode 100755 index ef30ef6..0000000 --- a/hcoop-kprop +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -e - -# -# It is important that admins receieve notification of any errors that -# occur when running this; please don't indiscriminately send logs to -# /dev/null. -# - -export PATH=$PATH:/usr/sbin:/sbin - -kdb5_util dump /var/lib/krb5kdc/slave_datatrans - -kprop hopper.hcoop.net \ - 2>&1 | (! grep -v 'Database propagation to hopper.hcoop.net: SUCCEEDED') - -# disabled because the kdc is too old and can't load dumps from fritz --clinton -#kprop deleuze.hcoop.net \ -# 2>&1 | grep -v 'Database propagation to fritz.hcoop.net: SUCCEEDED' - - -- 2.20.1