bundlewrap/bundles/openssh/metadata.py
Franzi 6d58f2387f
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/openssh: introduce, add to all nodes
2020-11-14 14:46:59 +01:00

10 lines
175 B
Python

defaults = {
'apt': {
'packages': {
'openssh-client': {},
'openssh-server': {},
'openssh-sftp-server': {},
},
},
}