Exemplo n.º 1
0
 def install(self):
     swupd_client.install("database-mariadb")
Exemplo n.º 2
0
 def install(self):
     swupd_client.install("database-mongodb")
Exemplo n.º 3
0
 def install(self, bundle=None):
     bundle = bundle or self._bundle
     swupd_client.install(bundle)
Exemplo n.º 4
0
 def install(self):
     swupd_client.install("message-broker-rabbitmq")