1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

move coreos-cloudinit into config/cloudinit

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-02-22 23:55:32 +00:00
parent 9b793b5d7c
commit e2ed97648a
260 changed files with 132 additions and 25281 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"runtime"
"github.com/coreos/coreos-cloudinit/config"
"github.com/rancher/os/config/cloudinit/config"
"github.com/docker/engine-api/types"
composeConfig "github.com/docker/libcompose/config"
"github.com/rancher/os/config/yaml"