You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
.InstallRepos - Returns exactly one Repo from the list chosen by MachineRepos that has the installSource bit set, and at most one Repo from the MachineRepos that has the securitySource bit set.
.MachineRepos is determined by .Repos which itself is determine by the package-repositories param.
.InstallRepos does not honor any installSource bits set in package-repositories. It does pick at most one repo with securitySource bit set.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The docs (https://provision.readthedocs.io/en/latest/doc/arch/data.html#template) state that:
.InstallRepos - Returns exactly one Repo from the list chosen by MachineRepos that has the installSource bit set, and at most one Repo from the MachineRepos that has the securitySource bit set.
.MachineRepos
is determined by.Repos
which itself is determine by thepackage-repositories
param..InstallRepos
does not honor anyinstallSource
bits set inpackage-repositories
. It does pick at most one repo withsecuritySource
bit set.The text was updated successfully, but these errors were encountered: