Franziska Kunsmann
f6ecf2a465
All checks were successful
bundlewrap/pipeline/head This commit looks good
12 lines
183 B
Python
12 lines
183 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'nfs-common': {},
|
|
},
|
|
},
|
|
'pacman': {
|
|
'packages': {
|
|
'nfs-utils': {},
|
|
},
|
|
},
|
|
}
|