Merge pull request #350 from hpcng/nfs-cleanup
removed old nfs style from config
This commit is contained in:
@@ -48,7 +48,6 @@ type TftpConf struct {
|
||||
|
||||
type NfsConf struct {
|
||||
Enabled bool `default:"true" yaml:"enabled"`
|
||||
Exports []string `yaml:"exports"`
|
||||
ExportsExtended []*NfsExportConf `yaml:"export paths"`
|
||||
SystemdName string `yaml:"systemd name"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user