diff --git a/plugins/keepalived/index.py b/plugins/keepalived/index.py index e4c2e4730..05046c106 100755 --- a/plugins/keepalived/index.py +++ b/plugins/keepalived/index.py @@ -38,7 +38,7 @@ def getInitDFile(): def getConf(): - path = getServerDir() + "/keepalived.conf" + path = getServerDir() + "/etc/keepalived/keepalived.conf" return path