summarylogtreecommitdiffstats
path: root/pacemaker.install
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-22 14:58:37 -0600
committerBrian Bidulock2017-05-22 14:58:37 -0600
commit78f87e87421c454947bd5b0afaa76d4d36a1776e (patch)
treedfa13cc1019733462f69a41c4772a4c274210bc4 /pacemaker.install
parent8d2b220b162204c1be908e19b55c4ccdf2030f74 (diff)
downloadaur-78f87e87421c454947bd5b0afaa76d4d36a1776e.tar.gz
do not delete cluster data
Diffstat (limited to 'pacemaker.install')
-rw-r--r--pacemaker.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacemaker.install b/pacemaker.install
index ce537fb2fa18..adf039e5698d 100644
--- a/pacemaker.install
+++ b/pacemaker.install
@@ -9,6 +9,6 @@ post_upgrade(){ :
post_remove(){ :
usr/bin/getent group haclient >/dev/null && usr/bin/groupdel -f haclient
usr/bin/getent passwd hacluster >/dev/null && usr/bin/userdel hacluster
- usr/bin/rm -fr var/lib/pacemaker
+# usr/bin/rm -fr var/lib/pacemaker
}