diff --git a/salt/repo/client/init.sls b/salt/repo/client/init.sls index 105789eb9..f5d94e241 100644 --- a/salt/repo/client/init.sls +++ b/salt/repo/client/init.sls @@ -16,7 +16,7 @@ airgap_repo: pkgrepo.managed: - humanname: Airgap Repo - baseurl: https://{{ MANAGER }}/repo - - gpgcheck: 1 + - gpgcheck: 0 - sslverify: 0 {% endif %}