about summary refs log tree commit diff
path: root/bundles/nfs/metadata.py
blob: 26a026ecf3139d10c9fc1f2b47890cebac4097e2 (plain) (blame)
1
2
3
4
5
6
7
defaults = {
    "apk": {
        "packages": {
            "nfs-utils": {},
        },
    },
}