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