Details
-
Type:
Development efficiency
-
Status: Open
-
Priority:
Low
-
Resolution: Unresolved
-
Affects Version/s: 3.11.0b1
-
Fix Version/s: None
-
Component/s: Building and Installing
-
Labels:None
-
Environment:Ubuntu 14.04 LTS
Description
When installing CFEngine, the following contents are found in /etc/default/cfengine3
RUN_CF_SERVERD=1
RUN_CF_EXECD=1
RUN_CF_MONITORD=1
RUN_CF_HUB=0
This file comes from the buildscripts repo, in packaging/cfengine-community/sysconfig. I've grepped the entire cfengine core repo and can't find RUN_CF_HUB used anywhere. Is it safe to remove this? It kinda makes me wonder if it was intended to support the scenario where a CFEngine policy hub is also a client of some other hub (page 61-62 in the "Learning CFEngine 3" book, but perhaps the support for this wasn't completed? All completely conjecture, just curious whether RUN_CF_HUB does anything currently.