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

Show SSH keys and hostname from metadata in 'ros config export'

This commit is contained in:
Josh Curl
2016-11-30 16:41:58 -08:00
parent a425c4cc1b
commit be5d207d5d
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ func Merge(bytes []byte) error {
}
func Export(private, full bool) (string, error) {
rawCfg := loadRawDiskConfig("", full)
rawCfg := loadRawConfig("", full)
if !private {
rawCfg = filterPrivateKeys(rawCfg)
}