mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Early cloud-init
This commit is contained in:
@@ -41,9 +41,7 @@ func (s *Service) DependentServices() []project.ServiceRelationship {
|
||||
}
|
||||
|
||||
if s.requiresUserDocker() {
|
||||
// Linking to cloud-init is a hack really. The problem is we need to link to something
|
||||
// that will trigger a reload
|
||||
rels = appendLink(rels, "cloud-init", false, s.project)
|
||||
rels = appendLink(rels, "docker", false, s.project)
|
||||
} else if s.missingImage() {
|
||||
rels = appendLink(rels, "network", false, s.project)
|
||||
}
|
||||
|
Reference in New Issue
Block a user