summaryrefslogtreecommitdiffstats
path: root/cobbler/cobbler.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/cobbler.py')
-rwxr-xr-xcobbler/cobbler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/cobbler.py b/cobbler/cobbler.py
index c53a7fb..1197bb4 100755
--- a/cobbler/cobbler.py
+++ b/cobbler/cobbler.py
@@ -22,7 +22,7 @@ import os.path
import cobbler_msg
import cexceptions
-LOCKING_ENABLED = False
+LOCKING_ENABLED = True
LOCKFILE="/var/lib/cobbler/lock"
class BootCLI: