openssh: remove pacman references
This commit is contained in:
parent
c87ab57e1d
commit
592cacb7b8
2 changed files with 8 additions and 24 deletions
|
@ -1,20 +1,5 @@
|
|||
from bundlewrap.metadata import atomic
|
||||
|
||||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'openssh-client': {},
|
||||
'openssh-server': {},
|
||||
'openssh-sftp-server': {},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'openssh': {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'firewall/port_rules/22',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue