Inventory/enabled: add eval test
This commit is contained in:
@@ -120,7 +120,7 @@ let
|
||||
globalExtraModules ++ machineExtraModules ++ roleServiceExtraModules
|
||||
);
|
||||
in
|
||||
if !serviceConfig.enabled then
|
||||
if !(serviceConfig.enabled or true) then
|
||||
acc2
|
||||
else if isInService then
|
||||
acc2
|
||||
|
||||
Reference in New Issue
Block a user