config: support dir and symlink in file def

This commit is contained in:
Mikaël Cluseau
2024-01-20 17:59:21 +01:00
parent 29595df7b8
commit 8498a10279
2 changed files with 35 additions and 21 deletions

View File

@ -136,6 +136,8 @@ type FileDef struct {
Path string
Mode os.FileMode
Content string
Symlink string
Dir bool
}
type NetworkDef struct {