mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 11:56:39 +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
|
||||
func Run() {
|
||||
_, _ = logic.GetAllNodes()
|
||||
_, _ = logic.GetAllHosts()
|
||||
updateEnrollmentKeys()
|
||||
assignSuperAdmin()
|
||||
createDefaultTagsAndPolicies()
|
||||
|
|
Loading…
Add table
Reference in a new issue