summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/Server/Core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Core.py b/src/lib/Server/Core.py
index 434243c20..758241c98 100644
--- a/src/lib/Server/Core.py
+++ b/src/lib/Server/Core.py
@@ -32,8 +32,8 @@ class CoreInitError(Exception):
class Core(Component):
'''The Core object is the container for all Bcfg2 Server logic, and modules'''
- name = 'bcfg2'
- implementation = 'bcfg2'
+ name = 'bcfg2-server'
+ implementation = 'bcfg2-server'
def __init__(self, repo, plugins, password, encoding, ca=None,
filemonitor='default', start_fam_thread=False):