Пример #1
0
 def setup_repo(self, repo, *args, **kwargs):
     repo.http_headers = {'X-ULN-Api-User-Key': self.key}
     yum_ContentSource.setup_repo(self, repo, *args, **kwargs)
Пример #2
0
 def setup_repo(self, repo, *args, **kwargs):
     yum_ContentSource.setup_repo(self, repo, *args, uln_repo=True, **kwargs)
Пример #3
0
 def setup_repo(self, repo, *args, **kwargs):
     repo.http_headers = {'X-ULN-Api-User-Key': self.key}
     yum_ContentSource.setup_repo(self, repo, *args, **kwargs)
Пример #4
0
 def setup_repo(self, repo):
     repo.http_headers = {"X-ULN-Api-User-Key": self.key}
     yum_ContentSource.setup_repo(self, repo)