summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-04-15 13:41:27 +0200
committerJan Pokorný <jpokorny@redhat.com>2015-04-15 15:26:27 +0200
commitbbb60ea427d37caccea38c1f6784ff8ec146b162 (patch)
treec7bcfa25b1a3596368797da8e2a109fe6034ae3d
parent23f942195d4c11676bb436c2755a175336d7e96b (diff)
downloadclufter-bbb60ea427d37caccea38c1f6784ff8ec146b162.tar.gz
clufter-bbb60ea427d37caccea38c1f6784ff8ec146b162.tar.xz
clufter-bbb60ea427d37caccea38c1f6784ff8ec146b162.zip
utils_corosync: symbolic PATH_COROCONF
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--utils_corosync.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils_corosync.py b/utils_corosync.py
new file mode 100644
index 0000000..7c82348
--- /dev/null
+++ b/utils_corosync.py
@@ -0,0 +1,8 @@
+# -*- coding: UTF-8 -*-
+# Copyright 2015 Red Hat, Inc.
+# Part of clufter project
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+"""CMAN helpers, mainly used in the filter definitions"""
+__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
+
+PATH_COROCONF = '/etc/corosync/corosync.conf'