install fleetd on DEP enrolled hosts during enrollment (#10971)
https://github.com/fleetdm/fleet/issues/9459
This commit is contained in:
+2
-1
@@ -535,7 +535,8 @@ the way that the Fleet server works.
|
||||
nanoMDMLogger := service.NewNanoMDMLogger(kitlog.With(logger, "component", "apple-mdm-push"))
|
||||
pushProviderFactory := buford.NewPushProviderFactory()
|
||||
mdmPushService = nanomdm_pushsvc.New(mdmStorage, mdmStorage, pushProviderFactory, nanoMDMLogger)
|
||||
mdmCheckinAndCommandService = service.NewMDMAppleCheckinAndCommandService(ds)
|
||||
commander := apple_mdm.NewMDMAppleCommander(mdmStorage, mdmPushService)
|
||||
mdmCheckinAndCommandService = service.NewMDMAppleCheckinAndCommandService(ds, commander)
|
||||
appCfg.MDM.EnabledAndConfigured = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user