1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 21:23:13 +00:00

Additional mounts can be set in cloud config

This commit is contained in:
Josh Curl
2016-05-25 14:27:07 -07:00
parent a002939a3f
commit f24facc06c
4 changed files with 38 additions and 2 deletions

View File

@@ -81,8 +81,8 @@ type CloudConfig struct {
SSHAuthorizedKeys []string `yaml:"ssh_authorized_keys"`
WriteFiles []config.File `yaml:"write_files"`
Hostname string `yaml:"hostname"`
Rancher RancherConfig `yaml:"rancher,omitempty"`
Mounts [][]string `yaml:"mounts,omitempty"`
Rancher RancherConfig `yaml:"rancher,omitempty"`
}
type RancherConfig struct {