1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-19 01:44:28 +00:00

remove sudo

This commit is contained in:
moelsayed
2017-10-30 09:09:40 +02:00
parent 00628a4423
commit 405a709a69

View File

@@ -14,7 +14,6 @@ type Host struct {
Role []string `yaml:"role"`
Hostname string `yaml:"hostname"`
User string `yaml:"user"`
Sudo bool `yaml:"sudo"`
DockerSocket string `yaml:"docker_socket"`
DClient *client.Client
}