diff options
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r-- | src/c_lhosts.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 04595e8..cb2279a 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -96,6 +96,7 @@ type HostNode struct { Silent bool `yaml:"silent,omitempty"` Shell []string `yaml:"shell,omitempty"` Stack StackSettings `yaml:"openstack,omitempty"` + drive_keys []string filename string parent *DirsNode next *HostNode |