mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-10 05:45:52 +08:00
sync hosts into cache
This commit is contained in:
parent
64f730f6f0
commit
df7a1fae65
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ import (
|
||||||
// Run - runs all migrations
|
// Run - runs all migrations
|
||||||
func Run() {
|
func Run() {
|
||||||
_, _ = logic.GetAllNodes()
|
_, _ = logic.GetAllNodes()
|
||||||
|
_, _ = logic.GetAllHosts()
|
||||||
updateEnrollmentKeys()
|
updateEnrollmentKeys()
|
||||||
assignSuperAdmin()
|
assignSuperAdmin()
|
||||||
createDefaultTagsAndPolicies()
|
createDefaultTagsAndPolicies()
|
||||||
|
|
Loading…
Add table
Reference in a new issue