diff --git a/module/cdist/path.py b/module/cdist/path.py
index c72d29a8..e18f6582 100644
--- a/module/cdist/path.py
+++ b/module/cdist/path.py
@@ -1,4 +1,4 @@
-# Given paths from installation
+# Hardcoded paths usually not changable
 REMOTE_BASE_DIR                 = "/var/lib/cdist"
 REMOTE_CONF_DIR                 = os.path.join(REMOTE_BASE_DIR, "conf")
 REMOTE_OBJECT_DIR               = os.path.join(REMOTE_BASE_DIR, "object")