update fleetd manifest url (#11032)

#10971 this updates the manifest url
This commit is contained in:
Roberto Dip 2023-04-06 13:50:40 -03:00 committed by GitHub
parent 0ee49f11fc
commit cf874f2901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,8 +50,7 @@ const (
// FleetdPublicManifestURL contains a valid manifest that can be used
// by InstallEnterpriseApplication to install `fleetd` in a host.
// TODO: update this URL with the value TBD in #10960
FleetdPublicManifestURL = "https://download.fleetdm.com/fleetd-base.plist"
FleetdPublicManifestURL = "https://download.fleetdm.com/fleetd-base-manifest.plist"
)
func ResolveAppleMDMURL(serverURL string) (string, error) {