mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit
This commit is contained in:
parent
e504106978
commit
bbb3ada781
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ def _system_up_to_date(
|
|||
log.error("Salt gpg key is %s", fp.read())
|
||||
else:
|
||||
log.error("Salt gpg not present")
|
||||
#download_file(
|
||||
# download_file(
|
||||
# "https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public",
|
||||
# gpg_dest,
|
||||
#)
|
||||
# )
|
||||
if grains["os_family"] == "Debian":
|
||||
ret = shell.run("apt", "update")
|
||||
assert ret.returncode == 0
|
||||
|
|
Loading…
Add table
Reference in a new issue