diff --git a/hshbase/apt/files/saltstack.conf b/hshbase/apt/files/saltstack.conf deleted file mode 100644 index 691f5a3963214ced09ef8a14372f686e72d97f28..0000000000000000000000000000000000000000 --- a/hshbase/apt/files/saltstack.conf +++ /dev/null @@ -1,7 +0,0 @@ -SaltStack:{ - url: "http://apt-proxy.it.hs-hannover.de:8080/repo.saltstack.com/freebsd/${ABI}/", - mirror_type: "http", - enabled: true - priority: 10 -} - diff --git a/hshbase/apt/proxy.sls b/hshbase/apt/proxy.sls index fae989df6b5a8004f5f17be96080c1fbbfbb2199..dd55eb60c094eda0a6dbccb8bee90d31e1e80c05 100644 --- a/hshbase/apt/proxy.sls +++ b/hshbase/apt/proxy.sls @@ -21,16 +21,6 @@ hsh_freebsd_apt_proxy: - require: - file: /usr/local/etc/pkg/repos -hsh_freebsd_salt_apt_proxy: - file.managed: - - name: /usr/local/etc/pkg/repos/saltstack.conf - - source: salt://hshbase/apt/files/saltstack.conf - - mode: 644 - - user: root - - group: wheel - - require: - - file: /usr/local/etc/pkg/repos - {% elif grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %} hsh_debian_apt_proxy: file.managed: